Files
kotlin-fork/idea/testData/quickfix/createFromUsage/createVariable/property/quotedName.kt.after
T
2016-08-18 19:15:38 +03:00

8 lines
136 B
Plaintext
Vendored

// "Create property '!u00A0'" "true"
// ERROR: Property must be initialized
fun test() {
val t: Int = `!u00A0`
}
val `!u00A0`: Int