Make EXPERIMENTAL_API_USAGE_ERR warning till 1.6 for fake override case
This commit is contained in:
committed by
teamcityserver
parent
3636118743
commit
5283f7b7c6
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user