Files
kotlin-fork/compiler/testData/cli/jvm/optInEmptyMessageFir.out
T
2024-02-08 12:59:31 +00:00

5 lines
206 B
Plaintext
Vendored

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