AutoBE
    Preparing search index...
    interface IThrowStatement {
        kind: "throw";
        value: AutoBeTestSourceIR.IExpression;
    }
    Index

    Properties

    Properties

    kind: "throw"