[FE] Add tests for 'containingClassForStaticMemberAttr'
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
interface Foo<T> {
|
||||
fun foo()
|
||||
}
|
||||
|
||||
interface Bar : Foo<String>
|
||||
|
||||
fun usage(bar: Bar) {
|
||||
<!DEBUG_INFO_CALLABLE_OWNER("Bar.foo in implicit Bar")!>bar.foo()<!>
|
||||
}
|
||||
Reference in New Issue
Block a user