summaryrefslogtreecommitdiff
path: root/test/files/neg/abstract.check
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2003-04-03 09:20:53 +0000
committerMartin Odersky <odersky@gmail.com>2003-04-03 09:20:53 +0000
commit6ffa9f1636201a142e794554ce27b5276cd846b3 (patch)
treef531c78982561fc1e7e5a08252a47637d8477f38 /test/files/neg/abstract.check
parente360fb4095273a5bbcddb2757c576cc457614391 (diff)
downloadscala-6ffa9f1636201a142e794554ce27b5276cd846b3.tar.gz
scala-6ffa9f1636201a142e794554ce27b5276cd846b3.tar.bz2
scala-6ffa9f1636201a142e794554ce27b5276cd846b3.zip
*** empty log message ***
Diffstat (limited to 'test/files/neg/abstract.check')
-rw-r--r--test/files/neg/abstract.check7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/files/neg/abstract.check b/test/files/neg/abstract.check
new file mode 100644
index 0000000000..11d01ce3d9
--- /dev/null
+++ b/test/files/neg/abstract.check
@@ -0,0 +1,7 @@
+abstract.scala:5: malformed type: A.this.T#T
+ def foo1 = bar().bar();
+ ^
+abstract.scala:7: malformed type: A#T
+ def foo3 = baz().bar();
+ ^
+two errors found