Files
kotlin/idea/testData/structureView/fileStructure/InheritedJavaMembers.after

16 lines
524 B
Plaintext

-InheritedJavaMembers.kt
-InheritedJavaMembers
call(): String? location=→Callable
clone(): Any location=→Object
equals(Any?): Boolean location=→Any
finalize(): Unit location=→Object
getClass(): Class<out Any?> location=→Object
hashCode(): Int location=→Any
notify(): Unit location=→Object
notifyAll(): Unit location=→Object
test(): Unit
toString(): String location=→Any
wait(): Unit location=→Object
wait(Long): Unit location=→Object
wait(Long, Int): Unit location=→Object