// WITH_RUNTIME class Test { fun a() { throw myError() } } fun myError() = RuntimeException()