summaryrefslogtreecommitdiff
path: root/test/files/neg/scopes.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/scopes.scala')
-rw-r--r--test/files/neg/scopes.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/scopes.scala b/test/files/neg/scopes.scala
index b69714ca19..321ae223b8 100644
--- a/test/files/neg/scopes.scala
+++ b/test/files/neg/scopes.scala
@@ -4,7 +4,7 @@ object test1 {
type t = int
type t = float
val x: int = 0
- val x: float = .0f
+ val x: float = .0f;
{
val y: int = 0
val y: float = .0f