Migrate Experimental->RequiresOptIn in project sources

This commit is contained in:
Alexander Udalov
2020-03-05 01:24:31 +01:00
parent 795d6ab407
commit d668808b44
7 changed files with 11 additions and 11 deletions
@@ -5,5 +5,5 @@
package org.jetbrains.kotlin.fir
@Experimental(level = Experimental.Level.ERROR)
annotation class PrivateForInline
@RequiresOptIn(level = RequiresOptIn.Level.ERROR)
annotation class PrivateForInline
@@ -5,5 +5,5 @@
package org.jetbrains.kotlin.fir.resolve.dfa
@Experimental
annotation class DfaInternals
@RequiresOptIn
annotation class DfaInternals