blob: a0498c69fb93e6b34cbc0533fb8e7374fddae4e1 [file] [log] [blame]
interface Foo {
def foo (String str)
}
class A implements Foo {
def foo (String s) {}
}
-----
Interface definition: Foo; HierarchicalMethodSignatureImpl: foo([PsiType:String])