class A1 Test.A1 AnyRef { def (): Test.A1 def foo: Nothing } class A2 Test.A2 AnyRef { def (): Test.this.A2 def foo: Nothing }