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