Files
kotlin-fork/compiler/testData/cli/metadata/kt58139/platform.kt
T

6 lines
109 B
Kotlin
Vendored

const val DOUBLE_BATCH_SIZE = 2 * BATCH_SIZE
annotation class A(val value: Int)
@A(BATCH_SIZE)
fun bar() {}