mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
= -> this
This commit is contained in:
parent
1c172d2884
commit
0c9cfa9570
1 changed files with 1 additions and 1 deletions
|
@ -943,7 +943,7 @@ TEST_CASE_FIXTURE(Fixture, "parse_interpolated_string_without_end_brace")
|
|||
{
|
||||
ScopedFastFlag sff{"LuauInterpolatedStringBaseSupport", true};
|
||||
|
||||
auto columnOfEndBraceError = [=](const char* code)
|
||||
auto columnOfEndBraceError = [this](const char* code)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue