d3648bce0c
This commit makes compiler tests working similarly to ResolveByStub IDE tests.
9 lines
90 B
Kotlin
Vendored
9 lines
90 B
Kotlin
Vendored
package test
|
|
|
|
class A {
|
|
companion object { }
|
|
enum class E {
|
|
ENTRY
|
|
}
|
|
}
|