Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
eadcce82e781d7be850118e82333893ab7cf10a9
/
.
/
compiler
/
testData
/
javaModules
/
namedDoesNotReadAutomaticWithUnrelatedNamed
/
main
/
module-info.java
blob: 2a2cb7c209245eaee265c68635c19ce22d267ff4 [
file
]
module main
{
requires kotlin
.
stdlib
;
requires transitive unrelated
;
}