Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
addImport
/
ConflictingLocalRef.kt
blob: 3b8becf1a3c945f92931061780bef0ff63154071 [
file
] [
log
] [
blame
]
// IMPORT: test.a7
import
test
.
a1
import
test
.
a2
import
test
.
a3
import
test
.
a4
import
test
.
a5
import
test
.
a6
fun test
()
{
val kotlinType
=
""
kotlinType
a7
()
}