4eac12e350
To prevent this diagnostic be reported in each test on SinceKotlin, disable it when a diagnostic test contains the "!API_VERSION" directive
6 lines
67 B
Kotlin
Vendored
6 lines
67 B
Kotlin
Vendored
@SinceKotlin("1.0")
|
|
fun old() {}
|
|
|
|
@SinceKotlin("1.1")
|
|
fun new() {}
|