aboutsummaryrefslogtreecommitdiff
path: root/tests/run/i1387.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run/i1387.scala')
-rw-r--r--tests/run/i1387.scala6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/run/i1387.scala b/tests/run/i1387.scala
new file mode 100644
index 000000000..fe6b3756e
--- /dev/null
+++ b/tests/run/i1387.scala
@@ -0,0 +1,6 @@
+object Test {
+
+ def main(args: Array[String]): Unit =
+ classOf[java.nio.file.AccessMode].getEnumConstants
+
+}