summaryrefslogtreecommitdiff
path: root/test/files/run/t5256f.check
blob: e0fec8559684bb8dc9844cff7ce153d08c101ee9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
class A1
Test.A1
Object {
  def <init>(): Test.A1
  def foo: Nothing
}
class A2
Test.A2
Object {
  def <init>(): Test.this.A2
  def foo: Nothing
}