Files
kotlin-fork/idea/testData/folding/checkCollapse/primaryConstructor.kt
T
2017-12-18 18:14:27 +01:00

5 lines
123 B
Kotlin
Vendored

data class Test<fold text='(...)' expand='true'>(
val foo: Int,
val bar: Int,
val baz: Int
)</fold>