Load module annotations for JVM and JS modules in compiler
#KT-22759 In Progress
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package usage
|
||||
|
||||
import lib.*
|
||||
|
||||
fun fail(foo: Foo) {
|
||||
bar()
|
||||
}
|
||||
|
||||
@ExperimentalAPI
|
||||
fun ok(foo: Foo) {
|
||||
bar()
|
||||
}
|
||||
Reference in New Issue
Block a user