Rename UseExperimental->OptIn, Experimental->RequiresOptIn in compiler tests
This commit is contained in:
+2
-2
@@ -1,10 +1,10 @@
|
||||
// !USE_EXPERIMENTAL: kotlin.Experimental api.ExperimentalAPI
|
||||
// !USE_EXPERIMENTAL: kotlin.RequiresOptIn api.ExperimentalAPI
|
||||
// MODULE: api
|
||||
// FILE: api.kt
|
||||
|
||||
package api
|
||||
|
||||
@Experimental(Experimental.Level.ERROR)
|
||||
@RequiresOptIn(RequiresOptIn.Level.ERROR)
|
||||
annotation class ExperimentalAPI
|
||||
|
||||
@ExperimentalAPI
|
||||
|
||||
Reference in New Issue
Block a user