Test for showing kotlin enums with "Show Inherited" option enabled in file structure view
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user