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