legacy-svn-scala/test/files/neg/abstract.check

8 lines
204 B
Plaintext
Raw Normal View History

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