Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2f9ad0c0bf79eab445d91c2baa5ab471640e811f
/
.
/
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
}