Specify type: escape with backticks if need

#KT-29677 Fixed
This commit is contained in:
Toshiaki Kameyama
2019-02-05 12:51:54 +09:00
committed by Mikhail Glukhikh
parent 1a818970c3
commit 240ff08069
4 changed files with 23 additions and 1 deletions
@@ -0,0 +1,2 @@
class `1`
val x<caret> = `1`()
@@ -0,0 +1,2 @@
class `1`
val x: `1` = `1`()