KT-17928 Support code folding for primary constructors

This commit is contained in:
Toshiaki Kameyama
2017-12-18 13:02:18 +09:00
committed by Dmitry Jemerov
parent 18cb9593c8
commit eb25ac44e6
3 changed files with 13 additions and 1 deletions
@@ -0,0 +1,5 @@
data class Test<fold text='(...)' expand='true'>(
val foo: Int,
val bar: Int,
val baz: Int
)</fold>