Class AssertThrowsExpressionOrError

All Implemented Interfaces:
Consumer<EK9Parser.AssertThrowsExpressionContext>

final class AssertThrowsExpressionOrError extends TypedSymbolAccess implements Consumer<EK9Parser.AssertThrowsExpressionContext>
Validates assertThrows expression - checks that the type argument extends Exception and sets the return type of the expression to that exception type.