Add test for KT-13057 with infrastructure
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<node text="Object (java.lang)">
|
||||
<node text="Enum (java.lang)" base="true">
|
||||
<node text="One ()"/>
|
||||
<node text="G ()"/>
|
||||
</node>
|
||||
</node>
|
||||
@@ -0,0 +1,9 @@
|
||||
// BASE_CLASS: java.lang.Enum
|
||||
|
||||
enum class One {
|
||||
One, Two
|
||||
}
|
||||
|
||||
enum class G {
|
||||
A, B
|
||||
}
|
||||
Reference in New Issue
Block a user