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,8 @@
import java.util.concurrent.Callable
public abstract class InheritedJavaMembers() : Callable<String> {
fun test() {
}
}
// WITH_INHERITED