const val a = try { 10 / 0 0 } catch (e: RuntimeException) { 1 } const val b = (divideByZero.kt:8)`!>10 / 0 // not working for now, but maybe will be supported //fun someFunWithCompileTimeInside() { // val exceptionExpected = 1 / 0 //}