Files
kotlin-fork/idea/testData/folding/checkCollapse/collectionFactoryFunctions.kt
T
2018-04-20 14:37:01 +03:00

17 lines
254 B
Kotlin
Vendored

val array = arrayOf<fold text='(...)' expand='true'>(
11 to 0,
12 to 1,
13 to 3,
)</fold>
val set = setOf<fold text='(...)' expand='true'>(
1,
2
)</fold>
val list = listOf<fold text='(...)' expand='true'>(
1,
2
)</fold>
// WITH_RUNTIME