Fix test data: non-inherited elements are shown in file structure popup
This commit is contained in:
@@ -8,3 +8,4 @@
|
|||||||
-B
|
-B
|
||||||
a: Int location=→TA
|
a: Int location=→TA
|
||||||
some(): Unit location=→TA
|
some(): Unit location=→TA
|
||||||
|
TA
|
||||||
|
|||||||
@@ -2,7 +2,9 @@
|
|||||||
-Test
|
-Test
|
||||||
compareTo(E): Int location=→Enum
|
compareTo(E): Int location=→Enum
|
||||||
equals(Any?): Boolean location=→Enum
|
equals(Any?): Boolean location=→Enum
|
||||||
|
FIRST
|
||||||
hashCode(): Int location=→Enum
|
hashCode(): Int location=→Enum
|
||||||
name(): String location=→Enum
|
name(): String location=→Enum
|
||||||
ordinal(): Int location=→Enum
|
ordinal(): Int location=→Enum
|
||||||
|
SECOND
|
||||||
toString(): String location=→Enum
|
toString(): String location=→Enum
|
||||||
|
|||||||
@@ -6,3 +6,4 @@
|
|||||||
hashCode(): Int location=→Any
|
hashCode(): Int location=→Any
|
||||||
some(): Unit location=→TestData
|
some(): Unit location=→TestData
|
||||||
toString(): String location=→Any
|
toString(): String location=→Any
|
||||||
|
TestData
|
||||||
|
|||||||
Reference in New Issue
Block a user