aboutsummaryrefslogtreecommitdiff
path: root/tests/run/t6290.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run/t6290.scala')
-rw-r--r--tests/run/t6290.scala4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/run/t6290.scala b/tests/run/t6290.scala
new file mode 100644
index 000000000..6552a747c
--- /dev/null
+++ b/tests/run/t6290.scala
@@ -0,0 +1,4 @@
+object Test {
+ implicit val foo: languageFeature.dynamics = language.dynamics
+ def main(args: Array[String]): Unit = ()
+}