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