c89d1af9fa
Place generated property next to other properties #KT-14886 Fixed
7 lines
135 B
Plaintext
Vendored
7 lines
135 B
Plaintext
Vendored
val `!u00A0`: Int
|
|
|
|
// "Create property '!u00A0'" "true"
|
|
// ERROR: Property must be initialized
|
|
fun test() {
|
|
val t: Int = `!u00A0`
|
|
} |