// WITH_RUNTIME class FooException : Exception() class Test { constructor() { throw FooException() } }