Files
kotlin-fork/idea/testData/quickfix/createFromUsage/createVariable/property/quotedName.kt.after
T
2015-10-14 16:57:00 +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`
}