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