Fix test data: non-inherited elements are shown in file structure popup

This commit is contained in:
Nikolay Krasko
2015-04-10 23:45:27 +03:00
parent b359cd2af0
commit be896b7d8e
3 changed files with 4 additions and 0 deletions
@@ -8,3 +8,4 @@
-B
a: Int location=→TA
some(): Unit location=→TA
TA
@@ -2,7 +2,9 @@
-Test
compareTo(E): Int location=→Enum
equals(Any?): Boolean location=→Enum
FIRST
hashCode(): Int location=→Enum
name(): String location=→Enum
ordinal(): Int location=→Enum
SECOND
toString(): String location=→Enum
@@ -6,3 +6,4 @@
hashCode(): Int location=→Any
some(): Unit location=→TestData
toString(): String location=→Any
TestData