Support code folding for standard library collection factory functions (KT-5206)
#KT-5206 Fixed
This commit is contained in:
committed by
Nikolay Krasko
parent
c4cdc0543d
commit
3a83983bfc
@@ -0,0 +1,12 @@
|
||||
val array = arrayOf <fold text='(...)' expand='true'>(
|
||||
11 to 0,
|
||||
12 to 1,
|
||||
13 to 3,
|
||||
14 to 4,
|
||||
15 to 5,
|
||||
16 to 6,
|
||||
17 to 7,
|
||||
18 to 8,
|
||||
19 to 9,
|
||||
20 to 10
|
||||
)</fold>
|
||||
Reference in New Issue
Block a user