147521d6cb
#KT-16118 Fixed #KT-30007 Fixed
6 lines
99 B
Kotlin
Vendored
6 lines
99 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
fun foo() {
|
|
val list: List<String>
|
|
val secondList = List<caret>(5) { 1 }
|
|
}
|