694c231689
#KT-32506 Fixed
8 lines
89 B
Plaintext
Vendored
8 lines
89 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
|
|
import java.util.ArrayList
|
|
|
|
fun test() {
|
|
val a = ArrayList<Int>()
|
|
}
|