fun foo() { val a = try { "aaa" } catch (e: Exception) { } }