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