10 lines
164 B
Kotlin
Vendored
10 lines
164 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
// SKIP_ERRORS_BEFORE
|
|
// SKIP_ERRORS_AFTER
|
|
// PROBLEM: none
|
|
|
|
annotation class Ann(val <caret>x: String) {
|
|
fun foo() {
|
|
println(x)
|
|
}
|
|
} |