Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
f7ff397a310cd4d47fc4849043f8c9d47412e512
/
.
/
compiler
/
testData
/
javaModules
/
unnamedDependsOnNamed
/
moduleB
/
usage.kt
blob: ad3f00a40e5e539d7f2cde5eaf9550e0427ad1a5 [
file
]
import
foo
.
Foo
import
foo
.
impl
.
Impl
fun usage
()
{
Foo
()
// should be OK
Impl
()
// should be error
}