Files
kotlin/compiler/testData/experimental/jsExperimentalModule/lib/lib.kt
Alexander Udalov 890374a42a Load module annotations for JVM and JS modules in compiler
#KT-22759 In Progress
2018-02-08 17:08:33 +01:00

9 lines
85 B
Kotlin
Vendored

package lib
@Experimental
annotation class ExperimentalAPI
class Foo
fun bar() {}