c2b38cfa41
#KT-11795 Fixed
8 lines
136 B
Plaintext
Vendored
8 lines
136 B
Plaintext
Vendored
// "Create property '!u00A0'" "true"
|
|
// ERROR: Property must be initialized
|
|
fun test() {
|
|
val t: Int = `!u00A0`
|
|
}
|
|
|
|
val `!u00A0`: Int
|