Home
last modified time | relevance | path

Searched refs:restParamTypeAnnotation (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp891 auto *const restParamTypeAnnotation = param->TypeAnnotation(); in ComposeSignatureInfo() local
892 ASSERT(restParamTypeAnnotation); in ComposeSignatureInfo()
894 signatureInfo->restVar->SetTsType(GetTypeFromTypeAnnotation(restParamTypeAnnotation)); in ComposeSignatureInfo()