Support code folding for standard library collection factory functions (KT-5206)

#KT-5206 Fixed
This commit is contained in:
Aaron Nwabuoku
2018-03-25 16:08:20 -04:00
committed by Nikolay Krasko
parent c4cdc0543d
commit 3a83983bfc
3 changed files with 113 additions and 5 deletions
@@ -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>