summaryrefslogtreecommitdiff
path: root/test/files/run/bug457.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/bug457.scala')
-rw-r--r--test/files/run/bug457.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/bug457.scala b/test/files/run/bug457.scala
index 98983a2fa2..3438857a7a 100644
--- a/test/files/run/bug457.scala
+++ b/test/files/run/bug457.scala
@@ -15,7 +15,7 @@ object Test {
}
def method2(): scala.Boolean = {
- val x: java.lang.String = "Hello, world";
+ val x: String = "Hello, world";
val y: scala.Int = 100;
{
var temp1: scala.Int = y;