FE 1.0: don't spread OptIn markers to children #KT-48570 Fixed
This commit is contained in:
committed by
TeamCityServer
parent
17590b7114
commit
b8c3b34886
+1
-1
@@ -49,7 +49,7 @@ interface NotExperimentalExtension : ExperimentalType {
|
||||
|
||||
fun use(arg: NotExperimentalExtension) {
|
||||
arg.foo()
|
||||
arg.<!EXPERIMENTAL_API_USAGE_ERROR!>bar<!>()
|
||||
arg.bar()
|
||||
}
|
||||
|
||||
@Marker
|
||||
|
||||
Reference in New Issue
Block a user