Migrate UseExperimental->OptIn in project sources

This commit is contained in:
Alexander Udalov
2020-01-28 15:35:42 +01:00
parent 125b39d9be
commit 795d6ab407
164 changed files with 213 additions and 211 deletions
+2 -2
View File
@@ -13,7 +13,7 @@ fun test() {
}
}
@UseExperimental(ExperimentalTypeInference::class)
@OptIn(ExperimentalTypeInference::class)
fun <U> sequence(@BuilderInference block: suspend Inv<U>.() -> Unit) {}
interface Inv<T> {
@@ -22,4 +22,4 @@ interface Inv<T> {
fun <K> materialize(): Inv<K> = TODO()
fun box(): String = "OK"
fun box(): String = "OK"