summaryrefslogtreecommitdiff
path: root/test/pending/run/t4283/IllegalAccess.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/run/t4283/IllegalAccess.scala')
-rw-r--r--test/pending/run/t4283/IllegalAccess.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pending/run/t4283/IllegalAccess.scala b/test/pending/run/t4283/IllegalAccess.scala
index 12de7e4649..33039c9350 100644
--- a/test/pending/run/t4283/IllegalAccess.scala
+++ b/test/pending/run/t4283/IllegalAccess.scala
@@ -2,7 +2,7 @@ package other
object IllegalAccess {
def main(args: Array[String]) {
- val x = (new test.ScalaBipp).make.get.asInstanceOf[test.ScalaBipp].f()
+ val x = (new test.ScalaBipp).make.get.asInstanceOf[test.ScalaBipp].f()
println(x)
val y = (new test.ScalaBipp).make.get.f()
println(y)