Load module annotations for JVM and JS modules in compiler
#KT-22759 In Progress
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
compiler/testData/experimental/jvmExperimentalModule/usage.kt:5:15: error: this declaration is experimental and its usage must be marked with '@lib.ExperimentalAPI'
|
||||
fun fail(foo: Foo) {
|
||||
^
|
||||
compiler/testData/experimental/jvmExperimentalModule/usage.kt:6:5: error: this declaration is experimental and its usage must be marked with '@lib.ExperimentalAPI'
|
||||
bar()
|
||||
^
|
||||
COMPILATION_ERROR
|
||||
Reference in New Issue
Block a user