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