Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b32f408767cf86efaa65eb02699fe00bd61d99a6
/
.
/
compiler
/
testData
/
javaModules
/
dependOnManyModules
/
moduleD
/
usage.kt
blob: d1981ef9597d7500bc95516688c287e73344664b [
file
]
import
a
.*
import
b
.
B
import
c
.
C
fun usage
()
{
A
()
B
()
C
()
}