aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorliu fengyun <liu@fengy.me>2016-11-18 10:00:03 +0100
committerliu fengyun <liu@fengy.me>2016-11-18 10:03:38 +0100
commit9f8c81c382ad996693c0460e335bc8911d660442 (patch)
tree246785d0e0b40cf1f958381cdcd71a5e932be6d4 /tests
parentdd0db48342b3ccc773373870f36348de846c66e4 (diff)
downloaddotty-9f8c81c382ad996693c0460e335bc8911d660442.tar.gz
dotty-9f8c81c382ad996693c0460e335bc8911d660442.tar.bz2
dotty-9f8c81c382ad996693c0460e335bc8911d660442.zip
fix #1648: mark companion object for java.lang.Object as non-existent
Diffstat (limited to 'tests')
-rw-r--r--tests/neg/i1648.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/neg/i1648.scala b/tests/neg/i1648.scala
new file mode 100644
index 000000000..52ba78a2d
--- /dev/null
+++ b/tests/neg/i1648.scala
@@ -0,0 +1 @@
+class Foo { Object[A] } // error // error