7 lines
130 B
Kotlin
Vendored
7 lines
130 B
Kotlin
Vendored
// !CHECK_HIGHLIGHTING
|
|
|
|
actual annotation class Ann actual constructor(
|
|
actual val x: Int,
|
|
actual val y: String
|
|
)
|