createNoCheck

open fun createNoCheck(yieldType: A_Type): A_Type

Create a phrase type given the yield type (the type of object produced by the expression).

Return

The new phrase type, whose kind is the receiver.

Parameters

yieldType

The type of object that will be produced by an expression which is of the type being constructed.