// PROBLEM: none class FooException : Exception() class Test { val e = FooException() }