Files
kotlin-fork/idea/testData/script/definition/highlighting/doNotSpeakAboutJavaLegacy/script.kts
T
Pavel V. Talanov 10e14103b6 Propagate reports from script dependency resolver
Compiler: show as compiler messages
IDE: annotate code in a separate highlighting pass
2017-07-19 12:28:20 +03:00

5 lines
205 B
Kotlin
Vendored

val <error descr="Can't use">java = "j"</error>
val <warning descr="Shouldn't use">scala = "s"</warning>
val result = <error descr="Can't use">java +</error>
<warning descr="Shouldn't use">scala</warning>