``` when(x: obj.method()) { } ``` or ``` when(obj....
# announcements
p
Copy code
when(x: obj.method()) {
}
or
Copy code
when(obj.method()) {
is String -> info(it)
}