Report EXPERIMENTAL_API diagnostics on various implicit usages
#KT-32443 Fixed #KT-22852 Fixed
This commit is contained in:
committed by
teamcityserver
parent
d8d38862d9
commit
0a670bf055
@@ -4,7 +4,7 @@ import lib.*
|
||||
|
||||
fun fail(foo: <error>Foo</error>): <error>Foo</error> {
|
||||
<error>bar</error>()
|
||||
return foo
|
||||
return <error>foo</error>
|
||||
}
|
||||
|
||||
@ExperimentalAPI
|
||||
|
||||
Reference in New Issue
Block a user