Files
kotlin-fork/idea/testData/multiModuleLineMarker/fromExpectedAnnotation/jvm/jvm.kt
T

7 lines
130 B
Kotlin
Vendored

// !CHECK_HIGHLIGHTING
actual annotation class Ann actual constructor(
actual val x: Int,
actual val y: String
)