d3648bce0c
This commit makes compiler tests working similarly to ResolveByStub IDE tests.
12 lines
109 B
Kotlin
Vendored
12 lines
109 B
Kotlin
Vendored
package test
|
|
|
|
enum class E {
|
|
ONE,
|
|
TWO,
|
|
THREE,
|
|
FOUR,
|
|
FIVE,
|
|
SIX,
|
|
SEVEN,
|
|
EIGHT
|
|
} |