Interface: ReturnStatementTypeSemantics
compiler.ReturnStatementTypeSemantics
Type semantics for a ReturnStatement.
Since
0.10.0
Hierarchy
StatementTypeSemantics
↳
ReturnStatementTypeSemantics
Table of contents
Properties
Properties
returnType
• returnType: undefined
| CheckedType
The type of value returned by this return statement.
Since
0.10.0
Defined in
kipper/core/src/compiler/ast/nodes/statements/return-statement/return-statement-type-semantics.ts:17