Use OPT_IN instead of EXPERIMENTAL in diagnostic names
This commit is contained in:
committed by
TeamCityServer
parent
2f07589b42
commit
3febabe977
@@ -13,7 +13,7 @@ open class Base {
|
||||
}
|
||||
|
||||
class DerivedInSameModule : Base() {
|
||||
override fun <!EXPERIMENTAL_OVERRIDE!>foo<!>() {}
|
||||
override fun <!OPT_IN_OVERRIDE!>foo<!>() {}
|
||||
}
|
||||
|
||||
// FILE: usage-propagate.kt
|
||||
@@ -41,5 +41,5 @@ package usage2
|
||||
import api.*
|
||||
|
||||
class Derived : Base() {
|
||||
override fun <!EXPERIMENTAL_OVERRIDE!>foo<!>() {}
|
||||
override fun <!OPT_IN_OVERRIDE!>foo<!>() {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user