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