From 155d4950f373790f5a5473d117ec1f1745673fde Mon Sep 17 00:00:00 2001 From: oblomov-dev <102328295+oblomov-dev@users.noreply.github.com> Date: Wed, 19 Feb 2025 22:04:15 +0000 Subject: [PATCH] update --- .github/abaplint/abap_702.jsonc | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/abaplint/abap_702.jsonc b/.github/abaplint/abap_702.jsonc index 065161f5..00367c83 100644 --- a/.github/abaplint/abap_702.jsonc +++ b/.github/abaplint/abap_702.jsonc @@ -20,6 +20,7 @@ "check_include": true, "check_syntax": true, "global_class": true, + "definitions_top": true, "implement_methods": true, "method_implemented_twice": true, "parser_error": true,