6 lines
183 B
Kotlin
Vendored
6 lines
183 B
Kotlin
Vendored
data class A(val x: <!UNRESOLVED_REFERENCE!>Set<CLassNotFound><!> = setOf()) {
|
|
fun with(x: <!UNRESOLVED_REFERENCE!>Set<CLassNotFound>?<!> = null) {
|
|
A(x ?: this.x)
|
|
}
|
|
}
|