Completion: more tests for keyword escaping
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package test
|
||||
|
||||
fun `fun`(){}
|
||||
|
||||
fun foo() {
|
||||
`fun`()<caret>
|
||||
}
|
||||
Reference in New Issue
Block a user