(
Size: a a a
(
M
AM
АО
OY
AN
OY
AN
B
OY
AN
AM
AM
B
КР
when (foo is Bar) {
true -> { -> ... }
false -> { -> ... }
}
QH
when (foo is Bar) {
true -> { -> ... }
false -> { -> ... }
}
КР
QH
when (foo is Bar) {
true -> { { -> ... } }
false -> { { -> ... } }
}
КР
when (foo is Bar) {
true -> { { -> ... } }
false -> { { -> ... } }
}
SomeClass(
lambda = when (foo is Bar) {
true -> { { -> ... } }
false -> { { -> ... } }
}
)
QH