// HIGHLIGHT: INFORMATION fun test() { var res: String? = null res = try { "success" } catch (e: Exception) { throw e } }