blob: e8a289eec5ec68c8e5dac825aaeaf708405c64c9 [file]
// OUT_OF_CODE_BLOCK: FALSE
// ERROR: Unresolved reference: a
// ERROR: Unsupported [literal prefixes and suffixes]
fun test() {
val a = 1<caret>
}