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

4 lines
91 B
Plaintext
Vendored

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