Replace UseExperimental with OptIn in BB builder inference tests
This commit is contained in:
committed by
TeamCityServer
parent
ac3b738d9b
commit
11459aced6
@@ -5,7 +5,7 @@
|
||||
// FILE: main.kt
|
||||
import kotlin.experimental.ExperimentalTypeInference
|
||||
|
||||
@UseExperimental(ExperimentalTypeInference::class)
|
||||
@OptIn(ExperimentalTypeInference::class)
|
||||
fun <R> build(@BuilderInference block: TestInterface<R>.() -> Unit) {}
|
||||
|
||||
interface TestInterface<R> {
|
||||
|
||||
Reference in New Issue
Block a user