6287968511
Also introduce two different modes for those tests: - load metadata compiled with K1 - load metadata compiled with K2
12 lines
208 B
Kotlin
Vendored
12 lines
208 B
Kotlin
Vendored
// IGNORE_FIR_METADATA_LOADING_K2
|
|
// Ignore reason: KT-58080
|
|
|
|
@file:JvmMultifileClass
|
|
@file:JvmName("Test")
|
|
package test
|
|
|
|
annotation class Anno(val value: String)
|
|
|
|
@Anno(constant)
|
|
const val constant = "OK"
|