You can rewrite it to something like that (dependi...
# announcements
g
You can rewrite it to something like that (depending on your case):
Copy code
val (a, b) = myPair
when { a == A -> ...}