Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
controlFlowAnalysis
/
kt843.kt
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
}