[TypeChecker] Remove function input and return parameter names from mobileType

This commit is contained in:
Djordje Mijovic
2020-07-23 14:39:49 +02:00
parent ba4e05c62c
commit e7d5a7da10
6 changed files with 51 additions and 3 deletions
+1
View File
@@ -1234,6 +1234,7 @@ public:
MemberList::MemberMap nativeMembers(ASTNode const* _currentScope) const override;
TypePointer encodingType() const override;
TypeResult interfaceType(bool _inLibrary) const override;
TypePointer mobileType() const override;
/// @returns TypePointer of a new FunctionType object. All input/return parameters are an
/// appropriate external types (i.e. the interfaceType()s) of input/return parameters of