Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b1f59e5f0d739fd4c19f9e413cc9c324657eafed
/
.
/
compiler
/
testData
/
cli
/
jvm
/
optInEmptyMessage.out
blob: a22d61d3ae72e3ce3a2dcfcaf6311d6f236f0ab7 [
file
]
compiler
/
testData
/
cli
/
jvm
/
optInEmptyMessage
.
kt
:
8
:
5
:
error
:
this
declaration needs opt
-
in
.
Its
usage must be marked
with
'@EmptyMarker'
or
'@OptIn(EmptyMarker::class)'
foo
()
^^^
COMPILATION_ERROR