Is there a better workaround than or a nicer synta...
# announcements
z
Is there a better workaround than or a nicer syntax for):
Copy code
catch(throwable: Throwable) {
	when (throwable) {
		is T -> zip()
	}
}