33e6a85a2d
We exclude testData pattern from copyright scope
4 lines
204 B
Kotlin
Vendored
4 lines
204 B
Kotlin
Vendored
class A(val x: Int = 10, val b: String)/* DeclarationStructureElement */ {/* ClassDeclarationStructureElement */
|
|
constructor(i: Int) : this(x = 1, b = i.toString())/* DeclarationStructureElement */
|
|
}
|