summaryrefslogtreecommitdiff
path: root/test/files/neg/t3649.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t3649.scala')
-rw-r--r--test/files/neg/t3649.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/files/neg/t3649.scala b/test/files/neg/t3649.scala
index 02e020001a..2aaff96100 100644
--- a/test/files/neg/t3649.scala
+++ b/test/files/neg/t3649.scala
@@ -1 +1,2 @@
object T { class C(s: String = ""); val C = 0 }
+object U { class C(val s: String = ""); val C = new C() {} }