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