KT-17928 Support code folding for primary constructors
This commit is contained in:
committed by
Dmitry Jemerov
parent
18cb9593c8
commit
eb25ac44e6
@@ -0,0 +1,5 @@
|
||||
data class Test<fold text='(...)' expand='true'>(
|
||||
val foo: Int,
|
||||
val bar: Int,
|
||||
val baz: Int
|
||||
)</fold>
|
||||
Reference in New Issue
Block a user