summaryrefslogtreecommitdiff
path: root/test/files/pos/t9393/test.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t9393/test.scala')
-rw-r--r--test/files/pos/t9393/test.scala3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/files/pos/t9393/test.scala b/test/files/pos/t9393/test.scala
new file mode 100644
index 0000000000..4df0476c98
--- /dev/null
+++ b/test/files/pos/t9393/test.scala
@@ -0,0 +1,3 @@
+class C {
+ new bug.NamedImpl
+}