Escaping of keyword names in completion (more tests to be added)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package test
|
||||
|
||||
class `class`
|
||||
|
||||
fun foo(p: <caret>)
|
||||
@@ -0,0 +1,5 @@
|
||||
package test
|
||||
|
||||
class `class`
|
||||
|
||||
fun foo(p: `class`<caret>)
|
||||
@@ -0,0 +1,5 @@
|
||||
package first
|
||||
|
||||
fun foo() {
|
||||
"".pack<caret>
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
package second
|
||||
|
||||
fun String.`package`() { }
|
||||
@@ -0,0 +1,7 @@
|
||||
package first
|
||||
|
||||
import second.`package`
|
||||
|
||||
fun foo() {
|
||||
"".`package`()
|
||||
}
|
||||
Reference in New Issue
Block a user