Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
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