Create From Usage: Quote declaration name if it's not a valid identifier
#EA-70291 Fixed
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// "Create parameter '\u00A0'" "true"
|
||||
fun test() {
|
||||
val t: Int = <caret>`\u00A0`
|
||||
}
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
// "Create parameter '\u00A0'" "true"
|
||||
fun test(`\u00A0`: Int) {
|
||||
val t: Int = `\u00A0`
|
||||
}
|
||||
Reference in New Issue
Block a user