FIR: add OptIn checkers draft + some annotation / SinceKotlin utilities
This commit is contained in:
+1
@@ -1,3 +1,4 @@
|
||||
// !USE_EXPERIMENTAL: kotlin.RequiresOptIn
|
||||
import kotlin.contracts.*
|
||||
|
||||
@OptIn(ExperimentalContracts::class)
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
// !USE_EXPERIMENTAL: kotlin.RequiresOptIn
|
||||
import kotlin.contracts.*
|
||||
|
||||
@OptIn(ExperimentalContracts::class)
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
// !USE_EXPERIMENTAL: kotlin.RequiresOptIn
|
||||
import kotlin.contracts.*
|
||||
|
||||
@OptIn(ExperimentalContracts::class)
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
// !USE_EXPERIMENTAL: kotlin.RequiresOptIn
|
||||
import kotlin.contracts.*
|
||||
|
||||
@OptIn(ExperimentalContracts::class)
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
// !USE_EXPERIMENTAL: kotlin.RequiresOptIn
|
||||
import kotlin.contracts.*
|
||||
|
||||
@OptIn(ExperimentalContracts::class)
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
// !USE_EXPERIMENTAL: kotlin.RequiresOptIn
|
||||
import kotlin.contracts.*
|
||||
|
||||
@OptIn(ExperimentalContracts::class)
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
// !USE_EXPERIMENTAL: kotlin.RequiresOptIn
|
||||
import kotlin.contracts.*
|
||||
|
||||
@OptIn(ExperimentalContracts::class)
|
||||
|
||||
Reference in New Issue
Block a user