Use OPT_IN instead of EXPERIMENTAL in diagnostic names
This commit is contained in:
committed by
TeamCityServer
parent
2f07589b42
commit
3febabe977
@@ -1,4 +1,4 @@
|
||||
@file:Suppress("EXPERIMENTAL_API_USAGE_ERROR")
|
||||
@file:Suppress("OPT_IN_USAGE_ERROR")
|
||||
|
||||
import kotlin.js.*
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@file:Suppress("EXPERIMENTAL_API_USAGE_ERROR")
|
||||
@file:Suppress("OPT_IN_USAGE_ERROR")
|
||||
|
||||
import kotlinx.cinterop.*
|
||||
import kotlin.test.*
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@file:Suppress("EXPERIMENTAL_API_USAGE_ERROR")
|
||||
@file:Suppress("OPT_IN_USAGE_ERROR")
|
||||
|
||||
import kotlinx.cinterop.*
|
||||
import kotlin.test.*
|
||||
|
||||
+1
-1
@@ -87,7 +87,7 @@ class MultiplatformSpecification extends BaseKonanSpecification {
|
||||
["src", "main", "kotlin"],
|
||||
"common.kt",
|
||||
"""\
|
||||
@file:Suppress("EXPERIMENTAL_API_USAGE_ERROR")
|
||||
@file:Suppress("OPT_IN_USAGE_ERROR")
|
||||
@OptionalExpectation
|
||||
expect annotation class Optional()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user