KT-11612 Highlight named arguments in the editor somehow

#KT-11612 Fixed
This commit is contained in:
Valentin Kipyatkov
2016-03-28 14:51:48 +03:00
parent b9865c7225
commit 93e170325e
9 changed files with 44 additions and 4 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ fun inline() {
run ({ x1 })
val x2 = 1
run (f = { x2 })
run (<info descr="null">f =</info> { x2 })
val x3 = 1
run {