1
0
mirror of https://github.com/1C-Company/v8-code-style.git synced 2025-12-05 18:14:17 +02:00
Files
v8-code-style/bundles/com.e1c.v8codestyle.bsl/markdown/dynamic-access-method-not-found.md

11 lines
158 B
Markdown
Raw Normal View History

# Method not found in accessed object
Check that dynamicly accessed method exist in the object
## Noncompliant Code Example
## Compliant Solution
## See