e885e54233
So mostly #KT-17512 Fixed
8 lines
83 B
Kotlin
Vendored
8 lines
83 B
Kotlin
Vendored
fun test() {
|
|
use(boo)
|
|
use(boo)
|
|
}
|
|
|
|
fun use(arg: Int) {}
|
|
|
|
expect val boo: Int |