blob: 08fe42805b9087997491d603a021290542992292 [file]
fun foo(x: Boolean) {
try {
x
} catch (e: Exception) {
}
}