Show members from supertypes in file structure view (KT-4448)

#KT-4448 Fixed
This commit is contained in:
Nikolay Krasko
2014-05-26 16:48:45 +04:00
parent d941deb17c
commit f1f13d1f2a
19 changed files with 234 additions and 8 deletions
@@ -0,0 +1,15 @@
-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