LUA_ASSERT in readInterpolatedStringBegin

This commit is contained in:
Kampfkarren 2022-07-28 17:49:41 -07:00
parent c8d7fd171f
commit acf5c78dcc

View file

@ -597,6 +597,8 @@ const Lexeme& Lexer::nextInterpolatedString()
Lexeme Lexer::readInterpolatedStringBegin()
{
LUAU_ASSERT(peekch() == '`');
Position start = position();
consume();