Use OPT_IN instead of EXPERIMENTAL in diagnostic names
This commit is contained in:
committed by
TeamCityServer
parent
2f07589b42
commit
3febabe977
+2
-2
@@ -29,12 +29,12 @@ import api.*
|
||||
|
||||
fun use() {
|
||||
compilation()
|
||||
<!EXPERIMENTAL_API_USAGE!>runtime<!>()
|
||||
<!OPT_IN_USAGE!>runtime<!>()
|
||||
}
|
||||
|
||||
class Use {
|
||||
fun use() {
|
||||
compilation()
|
||||
<!EXPERIMENTAL_API_USAGE!>runtime<!>()
|
||||
<!OPT_IN_USAGE!>runtime<!>()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user