d3648bce0c
This commit makes compiler tests working similarly to ResolveByStub IDE tests.
7 lines
103 B
Kotlin
Vendored
7 lines
103 B
Kotlin
Vendored
package test
|
|
|
|
annotation class A
|
|
annotation class B
|
|
|
|
enum class E(@[A] val x: String, @[B] val y: Int)
|