Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fc95605a393f931d6a85ae993728de35cb600abb
/
.
/
compiler
/
testData
/
javaModules
/
inheritedDeclarationFromTwiceTransitiveDependency
/
moduleB
/
module-info.java
blob: fb7f1c9aac8fd0ac7a6c194d2a11ae4857edd044 [
file
]
module moduleB
{
requires transitive moduleA
;
exports b
;
}