1
0
mirror of https://github.com/1C-Company/v8-code-style.git synced 2025-05-28 14:57:31 +02:00

G5V8DT-25134 Падают тесты CodeAfterAsyncCallCheckTest (#1448)

Co-authored-by: Nikolay Babin <babn@1c.ru>
This commit is contained in:
ukolabrother 2024-06-19 11:27:38 +03:00 committed by GitHub
parent dc3f5f874a
commit ef369968e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -238,7 +238,7 @@ public final class CodeAfterAsyncCallCheck
}
else
{
//statements = getStatementsFromContainer(container);
statements = getStatementsFromContainer(container);
}
return statements;
}