Replace blank messages in OptIn diagnostics #KT-51358 Fixed
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
@RequiresOptIn(message = " ")
|
||||
annotation class EmptyMarker
|
||||
|
||||
@EmptyMarker
|
||||
fun foo() {}
|
||||
|
||||
fun bar() {
|
||||
foo()
|
||||
}
|
||||
Reference in New Issue
Block a user