Completion: more tests for keyword escaping

This commit is contained in:
Valentin Kipyatkov
2014-08-28 17:18:12 +04:00
parent ed5c5426e6
commit c79204a41d
8 changed files with 69 additions and 0 deletions
@@ -0,0 +1,7 @@
package test
fun `fun`(){}
fun foo() {
`fun`()<caret>
}