b0d294b50c
#KT-31349 Fixed
8 lines
125 B
Kotlin
Vendored
8 lines
125 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
// RUNTIME_WITH_FULL_JDK
|
|
|
|
import java.util.*
|
|
|
|
fun test() {
|
|
LinkedList<Int>(<caret>listOf(1, 2))
|
|
} |