d3648bce0c
This commit makes compiler tests working similarly to ResolveByStub IDE tests.
5 lines
79 B
Kotlin
Vendored
5 lines
79 B
Kotlin
Vendored
package test
|
|
|
|
enum class EnumWithPrimitiveConstructorParameter(b: Boolean) {
|
|
}
|