7f50e6e70e
(cherry picked from commit 93aaa48)
1 line
107 B
Kotlin
Vendored
1 line
107 B
Kotlin
Vendored
class DefaultValueChain(val<caret> x1: Int, x2: Int = x1, val x3: Int = x2, x4: Int = x3, val x5: Int = x4) |