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

4 lines
91 B
Plaintext
Vendored

// "Create parameter '\u00A0'" "true"
fun test(`\u00A0`: Int) {
val t: Int = `\u00A0`
}