blob: bd3e1f4d1f466d9533aebc12313df9ce0bab33c1 [file] [log] [blame]
//import abc.Foo
class Foo {
def int foo () {}
}
class A extends Foo {
def int foo () {}
}
-----
Class definition: Foo; HierarchicalMethodSignatureImpl: foo([])