Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
eeaff786f0d0a86b7b827da0028bbafe287d3c04
/
.
/
compiler
/
testData
/
javaModules
/
dependencyOnStdlib
/
namedWithExplicitDependency
/
module-info.java
blob: 4d349eda5f753a105fda302db77b8b4914044ce6 [
file
]
module namedWithExplicitDependency
{
requires kotlin
.
stdlib
;
}