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