Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fc95605a393f931d6a85ae993728de35cb600abb
/
.
/
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
}