Files
kotlin-fork/idea/testData/structureView/fileStructure/InheritedLocalKotlin.after
T

12 lines
226 B
Plaintext
Vendored

-InheritedLocalKotlin.kt
-A
a: Int
equals(Any?): Boolean location=→Any
hashCode(): Int location=→Any
some(): Unit
toString(): String location=→Any
-B
a: Int location=→TA
some(): Unit location=→TA
TA