blob: 32919df13c4863d5e18d2cde42ed157336bbfee8 [file]
// FIR_IDENTICAL
//KT-843 Don't highlight incomplete variables as unused
package kt843
fun main() {
// Integer type
val<!SYNTAX!><!> // this word is grey, which looks strange
}