60874f29fe
#KT-17047 Fixed
9 lines
123 B
Plaintext
Vendored
9 lines
123 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
// FIX: Convert to 'also'
|
|
|
|
class C {
|
|
val x = hashSetOf<C>().<caret>also {
|
|
it.add(this)
|
|
}
|
|
}
|