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