aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/a/access/access_to_protected_members.txt
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2021-11-18 15:29:53 -0800
committerDan Albert <danalbert@google.com>2021-11-18 15:29:53 -0800
commit612950b6eae36a543f4645d743f5fd02839c9788 (patch)
tree3031e603522c7cb51097774097abf2ed3dea119a /tests/functional/a/access/access_to_protected_members.txt
parent3c1d8f114801a00b92ab062ceef2244d502bb7ae (diff)
parentd98e6e8adcdc5ebcd9c863f630e748cdba639b0a (diff)
downloadpylint-612950b6eae36a543f4645d743f5fd02839c9788.tar.gz
Merge upstream tag v2.11.1.
Test: None Bug: http://b/206656351 Change-Id: I7831112fa3014bf7998432f9e1ac96be18fca60c
Diffstat (limited to 'tests/functional/a/access/access_to_protected_members.txt')
-rw-r--r--tests/functional/a/access/access_to_protected_members.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/functional/a/access/access_to_protected_members.txt b/tests/functional/a/access/access_to_protected_members.txt
new file mode 100644
index 000000000..1b93683db
--- /dev/null
+++ b/tests/functional/a/access/access_to_protected_members.txt
@@ -0,0 +1,16 @@
+protected-access:19:14:MyClass.test:Access to a protected member _haha of a client class
+protected-access:41:0::Access to a protected member _protected of a client class
+protected-access:42:6::Access to a protected member _protected of a client class
+protected-access:43:0::Access to a protected member _cls_protected of a client class
+protected-access:44:6::Access to a protected member _cls_protected of a client class
+protected-access:58:19:Issue1031.incorrect_access:Access to a protected member _protected of a client class
+protected-access:72:48:Issue1802.__eq__:Access to a protected member __private of a client class
+protected-access:80:32:Issue1802.not_in_special:Access to a protected member _foo of a client class
+protected-access:100:32:Issue1802.__fake_special__:Access to a protected member _foo of a client class
+protected-access:162:8:Issue1159.access_other_attr:Access to a protected member _bar of a client class
+protected-access:163:12:Issue1159.access_other_attr:Access to a protected member _foo of a client class
+no-member:194:12:Issue1159Subclass.access_missing_member:Instance of 'Issue1159Subclass' has no '_baz' member; maybe '_bar'?:INFERENCE
+protected-access:194:12:Issue1159Subclass.access_missing_member:Access to a protected member _baz of a client class
+attribute-defined-outside-init:203:8:Issue1159Subclass.assign_missing_member:Attribute '_qux' defined outside __init__
+protected-access:212:8:Issue1159Subclass.access_other_attr:Access to a protected member _bar of a client class
+protected-access:213:12:Issue1159Subclass.access_other_attr:Access to a protected member _foo of a client class