blob: 52a27dab30e7a30672780e72a12497c139235567 [file] [log] [blame]
@RequiresOptIn(message = " ")
annotation class EmptyMarker
@EmptyMarker
fun foo() {}
fun bar() {
foo()
}