Files
kotlin-fork/compiler/testData/cli/jvm/optInEmptyMessageFir.out
T
2022-03-15 13:08:19 +00:00

8 lines
265 B
Plaintext
Vendored

warning: ATTENTION!
This build uses in-dev FIR:
-Xuse-fir
compiler/testData/cli/jvm/optInEmptyMessageFir.kt:8:5: error: this declaration needs opt-in. Its usage must be marked with '@EmptyMarker' or '@OptIn(EmptyMarker::class)'
foo()
^
COMPILATION_ERROR