summaryrefslogtreecommitdiff
path: root/test-nsc/files/neg/abstract.check
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2005-12-15 10:19:07 +0000
committermichelou <michelou@epfl.ch>2005-12-15 10:19:07 +0000
commit203e2f55494b598539d0a0a73ca6da3b0462e17a (patch)
tree01950bad020ca14a0267ee957dfcd1c446b6a787 /test-nsc/files/neg/abstract.check
parent62df5b4f60baad2032935efdc2266d4825b7c863 (diff)
downloadscala-203e2f55494b598539d0a0a73ca6da3b0462e17a.tar.gz
scala-203e2f55494b598539d0a0a73ca6da3b0462e17a.tar.bz2
scala-203e2f55494b598539d0a0a73ca6da3b0462e17a.zip
Diffstat (limited to 'test-nsc/files/neg/abstract.check')
-rw-r--r--test-nsc/files/neg/abstract.check7
1 files changed, 7 insertions, 0 deletions
diff --git a/test-nsc/files/neg/abstract.check b/test-nsc/files/neg/abstract.check
new file mode 100644
index 0000000000..1f888dcceb
--- /dev/null
+++ b/test-nsc/files/neg/abstract.check
@@ -0,0 +1,7 @@
+abstract.scala:5 error: malformed type: A.this.T#T
+ def foo1 = bar().bar();
+ ^
+abstract.scala:7 error: malformed type: A#T
+ def foo3 = baz().bar();
+ ^
+two errors found