Use OPT_IN instead of EXPERIMENTAL in diagnostic names
This commit is contained in:
committed by
TeamCityServer
parent
2f07589b42
commit
3febabe977
Vendored
+1
-1
@@ -52,5 +52,5 @@ fun use2() {
|
||||
fun use3() {
|
||||
e1()
|
||||
e2()
|
||||
<!EXPERIMENTAL_API_USAGE!>e3<!>()
|
||||
<!OPT_IN_USAGE!>e3<!>()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user