Show members from supertypes in file structure view (KT-4448)
#KT-4448 Fixed
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
class Test {
|
||||
class Test: Runable {
|
||||
fun test() {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// WITH_INHERITED
|
||||
Reference in New Issue
Block a user