d3648bce0c
This commit makes compiler tests working similarly to ResolveByStub IDE tests.
8 lines
81 B
Kotlin
Vendored
8 lines
81 B
Kotlin
Vendored
// ALLOW_AST_ACCESS
|
|
package test
|
|
|
|
enum class Test(a : Int) {
|
|
A(0),
|
|
B(0) {}
|
|
}
|