febb3c6a3d
#KT-2172 Fixed
8 lines
189 B
Plaintext
8 lines
189 B
Plaintext
//KT-843 Don't highlight incomplete variables as unused
|
|
|
|
package kt843
|
|
|
|
fun main(args : Array<String>) {
|
|
// Integer type
|
|
val<!SYNTAX!><!> // this word is grey, which looks strange
|
|
} |