From 9933140d24603e1ae4e7d3e1256db89b1ea4f46e Mon Sep 17 00:00:00 2001 From: Josh Suereth Date: Fri, 31 Aug 2012 16:09:05 -0400 Subject: Fixes SI-6290 by creating real instnaces of language features. --- test/files/run/t6290.scala | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/files/run/t6290.scala (limited to 'test') diff --git a/test/files/run/t6290.scala b/test/files/run/t6290.scala new file mode 100644 index 0000000000..9d05db0d18 --- /dev/null +++ b/test/files/run/t6290.scala @@ -0,0 +1,4 @@ +object Test { + implicit val foo = language.dynamics + def main(args: Array[String]): Unit = () +} -- cgit v1.2.3