Test for showing kotlin enums with "Show Inherited" option enabled in file structure view

This commit is contained in:
Nikolay Krasko
2014-05-29 01:48:21 +04:00
parent 9c68beb7bc
commit a5505a6f39
3 changed files with 18 additions and 0 deletions
@@ -0,0 +1,7 @@
-InheritedMembersOfEnum.kt
-Test
equals(Any?): Boolean location=→Any
hashCode(): Int location=→Any
name(): String location=→Enum
ordinal(): Int location=→Enum
toString(): String location=→Any
@@ -0,0 +1,6 @@
enum class Test {
FIRST
SECOND
}
// WITH_INHERITED