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