Files
kotlin-fork/idea/testData/structureView/fileStructure/InheritedJavaMembers.after
T
2014-05-30 00:04:06 +04:00

16 lines
322 B
Plaintext

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