You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
~~ WARNING at line 11: (ACCESS_PRIVATE_MEMBER) Trying to access a private member "_t" from an external place, which would cause problems during runtime.
3
-
~~ WARNING at line 12: (CALL_PRIVATE_METHOD) Trying to call a private method "_priv_method()" from an external place, which would cause problems during runtime.
2
+
~~ WARNING at line 11: (ACCESS_PRIVATE_MEMBER) The member "_t" is private. It should not be accessed from an external script.
3
+
~~ WARNING at line 12: (CALL_PRIVATE_METHOD) The method "_priv_method()" is private. It should not be called from an external script.
0 commit comments