summaryrefslogtreecommitdiff
path: root/test/files/neg/abstract.check
blob: 87fb66f946b6b3629bece8726a5611033fb87b16 (plain) (blame)
1
2
3
4
5
6
7
8
9
abstract.scala:5 error: method bar cannot be accessed in A.this.T
 because its instance type ()A.this.T#T contains a malformed type: A.this.T#T
  def foo1 = bar().bar();
                  ^
abstract.scala:7 error: method bar cannot be accessed in A
 because its instance type ()A#T contains a malformed type: A#T
  def foo3 = baz().bar();
                  ^
two errors found