Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
compiler
/
testData
/
javaModules
/
nonTransitiveDoesNotAffectExplicitDependency
/
moduleD
/
usage.kt
blob: fd8c2645b11b45ae88291b0446db6a858084f2c5 [
file
] [
log
] [
blame
]
import
a
.
A
fun usage
():
String
{
return
A
().
toString
()
}