compiler-plugin / arrow.meta.quotes.nameddeclaration.stub.typeparameterlistowner
FunctionBody | class FunctionBody : Scope <KtExpression> |
NamedFunction | ””” $modality $visibility fun $(typeParameters) $receiver.$name $(args) : $returnType = { $body } “”“.namedFunctionclass NamedFunction : TypeParameterListOwner <KtNamedFunction> |
Property | ””” $modality $visibility $valOrVar $name $returnType $initializer “”“.propertyclass Property : TypeParameterListOwner <KtProperty>, SyntheticElement |
TypeAlias | typeAlias(“”“$name”””, (typeParameters) .toStringList() , “”“$type”””)class TypeAlias : TypeParameterListOwner <KtTypeAlias> |
TypeParameterListOwner | A template destructuring Scope for a KtExpressionWithLabelopen class TypeParameterListOwner<out T : KtTypeParameterListOwner> : Scope <T> |
Do you like Arrow?
✖