Support custom message in RequiresOptIn
#KT-34648 Fixed
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ import kotlin.RequiresOptIn
|
||||
|
||||
// Usages with FQ names should be OK
|
||||
|
||||
@kotlin.RequiresOptIn(kotlin.RequiresOptIn.Level.ERROR)
|
||||
@kotlin.RequiresOptIn(level = kotlin.RequiresOptIn.Level.ERROR)
|
||||
annotation class M
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user