Files
kotlin-fork/idea/testData/quickfix/createFromUsage/createVariable/property/quotedName.kt
T
2015-10-14 16:57:00 +03:00

5 lines
123 B
Kotlin
Vendored

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