Use OPT_IN instead of EXPERIMENTAL in diagnostic names
This commit is contained in:
committed by
TeamCityServer
parent
2f07589b42
commit
3febabe977
@@ -19,8 +19,8 @@ fun use() {
|
||||
function()
|
||||
}
|
||||
|
||||
<!EXPERIMENTAL_API_USAGE!>function<!>()
|
||||
<!EXPERIMENTAL_API_USAGE!>use<!>()
|
||||
<!OPT_IN_USAGE!>function<!>()
|
||||
<!OPT_IN_USAGE!>use<!>()
|
||||
|
||||
// FILE: usage-use.kts
|
||||
|
||||
@@ -39,8 +39,8 @@ use()
|
||||
import api.*
|
||||
|
||||
fun use() {
|
||||
<!EXPERIMENTAL_API_USAGE!>function<!>()
|
||||
<!OPT_IN_USAGE!>function<!>()
|
||||
}
|
||||
|
||||
<!EXPERIMENTAL_API_USAGE!>function<!>()
|
||||
<!OPT_IN_USAGE!>function<!>()
|
||||
use()
|
||||
|
||||
Reference in New Issue
Block a user