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