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