From 6b9e1a0747159128da1e84795c1be6698e16ee43 Mon Sep 17 00:00:00 2001 From: Grzegorz Kossakowski Date: Fri, 14 Sep 2012 10:45:43 +0200 Subject: Revert "Fixes SI-6189." This reverts commit 5a8dfad583b825158cf0abdae5d73a4a7f8cd997. Conflicts: src/compiler/scala/tools/nsc/backend/icode/GenICode.scala --- test/files/run/static-annot-repl.scala | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 test/files/run/static-annot-repl.scala (limited to 'test/files/run/static-annot-repl.scala') diff --git a/test/files/run/static-annot-repl.scala b/test/files/run/static-annot-repl.scala deleted file mode 100644 index 1d2e9b2d7e..0000000000 --- a/test/files/run/static-annot-repl.scala +++ /dev/null @@ -1,22 +0,0 @@ - - - -import scala.tools.partest.ReplTest - - - -object Test extends ReplTest { - def code = """ -import annotation.static -@static var x1 = 42 -@static val x2 = 43 -@static def x3 = 44 -x1 -x2 -x3 -class Test { - @static def x = 42 -} -""" - -} -- cgit v1.2.3