Files
kotlin-fork/idea/testData/quickfix/createFromUsage/createVariable/property/quotedName.kt.after
T
2015-08-19 23:30:07 +03:00

7 lines
135 B
Plaintext
Vendored

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