8 lines
169 B
Kotlin
Vendored
8 lines
169 B
Kotlin
Vendored
//KT-843 Don't highlight incomplete variables as unused
|
|
|
|
package kt843
|
|
|
|
fun main() {
|
|
// Integer type
|
|
val<!SYNTAX!><!> // this word is grey, which looks strange
|
|
} |