Files
kotlin-fork/compiler/testData/diagnostics/tests/regressions/kt762.fir.kt
T

5 lines
128 B
Kotlin
Vendored

//KT-762 Wrong highlighting in imports (No errors reported on unresolved imports)
import aaa // must be an error
fun main() {}