mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-04 02:40:53 +01:00
Add a comment
This commit is contained in:
parent
863d3ff6ff
commit
3c3541aba8
1 changed files with 1 additions and 0 deletions
|
@ -5030,6 +5030,7 @@ void TypeChecker::resolve(const IsAPredicate& isaP, ErrorVec& errVec, Refinement
|
|||
return isaP.ty;
|
||||
}
|
||||
|
||||
// local variable works around an odd gcc 9.3 warning: <anonymous> may be used uninitialized
|
||||
std::optional<TypeId> res = std::nullopt;
|
||||
return res;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue