summaryrefslogtreecommitdiff
path: root/test/files/neg/abstract.check
blob: 11d01ce3d999bc69091f6971cdb808b74b46fc54 (plain) (blame)
1
2
3
4
5
6
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