Make EXPERIMENTAL_API_USAGE_ERR warning till 1.6 for fake override case

This commit is contained in:
Mikhail Glukhikh
2021-07-30 17:37:45 +03:00
committed by teamcityserver
parent 3636118743
commit 5283f7b7c6
2 changed files with 7 additions and 2 deletions
@@ -49,7 +49,7 @@ interface NotExperimentalExtension : ExperimentalType {
fun use(arg: NotExperimentalExtension) {
arg.foo()
arg.<!EXPERIMENTAL_API_USAGE_ERROR!>bar<!>()
arg.<!EXPERIMENTAL_API_USAGE_FUTURE_ERROR!>bar<!>()
}
@Marker