Files
kotlin/compiler/testData/javaModules/multiReleaseLibrary/library/module-info.java

4 lines
36 B
Java
Vendored

module library {
exports foo;
}