From 203e2f55494b598539d0a0a73ca6da3b0462e17a Mon Sep 17 00:00:00 2001 From: michelou Date: Thu, 15 Dec 2005 10:19:07 +0000 Subject: --- test-nsc/files/neg/abstract.check | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test-nsc/files/neg/abstract.check (limited to 'test-nsc/files/neg/abstract.check') 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 -- cgit v1.2.3