0462a3d3b6
For detailed info see KT-14531
5 lines
70 B
Kotlin
Vendored
5 lines
70 B
Kotlin
Vendored
import java.util.ArrayList
|
|
|
|
fun foo() {
|
|
bar(ArrayList<String>())
|
|
} |