1
0
mirror of https://github.com/1C-Company/v8-code-style.git synced 2025-02-13 16:32:04 +02:00
v8-code-style/tests/com.e1c.v8codestyle.bsl.itests/resources/module-unused-local-variable.bsl
2021-12-24 10:16:26 +02:00

12 lines
147 B
Plaintext

Procedure BeforeExit(Cancel, WarningText)
ModuleUnusedMethodCheck();
EndProcedure
Procedure ModuleUnusedMethodCheck()
i = 0;
EndProcedure