Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b32f408767cf86efaa65eb02699fe00bd61d99a6
/
.
/
compiler
/
testData
/
javaModules
/
specifyPathToModuleInfoInArguments
/
moduleA
/
module-info.java
blob: 3afc03276f30b6244064600d17e2c650e5b05835 [
file
]
module moduleA
{
exports foo to moduleB
;
}