8 lines
151 B
Kotlin
Vendored
8 lines
151 B
Kotlin
Vendored
// OUT_OF_CODE_BLOCK: FALSE
|
|
// ERROR: Unresolved reference: a
|
|
// ERROR: Unsupported [literal prefixes and suffixes]
|
|
fun test() {
|
|
val a = 1<caret>
|
|
}
|
|
|