Use OPT_IN instead of EXPERIMENTAL in diagnostic names
This commit is contained in:
committed by
TeamCityServer
parent
2f07589b42
commit
3febabe977
@@ -23,5 +23,5 @@ class Derived : Base() {
|
||||
}
|
||||
|
||||
fun test(b: Base) {
|
||||
b.<!EXPERIMENTAL_API_USAGE_ERROR!>foo<!>()
|
||||
b.<!OPT_IN_USAGE_ERROR!>foo<!>()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user