Support custom message in RequiresOptIn
#KT-34648 Fixed
This commit is contained in:
Vendored
+2
-2
@@ -1,8 +1,8 @@
|
||||
// !USE_EXPERIMENTAL: kotlin.RequiresOptIn
|
||||
|
||||
@RequiresOptIn(RequiresOptIn.Level.WARNING)
|
||||
@RequiresOptIn(level = RequiresOptIn.Level.WARNING)
|
||||
annotation class E1
|
||||
@RequiresOptIn(RequiresOptIn.Level.WARNING)
|
||||
@RequiresOptIn(level = RequiresOptIn.Level.WARNING)
|
||||
annotation class E3
|
||||
|
||||
interface Base1 {
|
||||
|
||||
Reference in New Issue
Block a user