blob: 32e012a474c3673778bf3b69c3328fc922c478f3 [file] [log] [blame]
interface Foo {
def foo ()
}
class A implements Foo {
def foo () {}
}
-----
Interface definition: Foo; HierarchicalMethodSignatureImpl: foo([])