summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/files/pos/t1648.scala4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/pos/t1648.scala b/test/files/pos/t1648.scala
new file mode 100644
index 0000000000..6d53ce11ee
--- /dev/null
+++ b/test/files/pos/t1648.scala
@@ -0,0 +1,4 @@
+object Test {
+ class MyClass extends scala.util.logging.Logged { }
+ val x = new MyClass with scala.util.logging.ConsoleLogger
+}