Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
cli
/
jvm
/
optIn
/
optInEmptyMessageFir.kt
blob: 52a27dab30e7a30672780e72a12497c139235567 [
file
]
@RequiresOptIn
(
message
=
" "
)
annotation
class
EmptyMarker
@EmptyMarker
fun foo
()
{}
fun bar
()
{
foo
()
}