6 lines
61 B
Kotlin
Vendored
6 lines
61 B
Kotlin
Vendored
import Imported as Alias
|
|
|
|
fun foo() {
|
|
Alias.hashCode()
|
|
}
|