aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/m/member/member_checks_hints.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/m/member/member_checks_hints.txt')
-rw-r--r--tests/functional/m/member/member_checks_hints.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/functional/m/member/member_checks_hints.txt b/tests/functional/m/member/member_checks_hints.txt
new file mode 100644
index 000000000..9dd977b13
--- /dev/null
+++ b/tests/functional/m/member/member_checks_hints.txt
@@ -0,0 +1,5 @@
+no-member:21:8:Child.__init__:Instance of 'Child' has no '_similar' member; maybe one of '_similar1', '_similar2' or '_similar3'?:INFERENCE
+no-member:22:8:Child.__init__:Instance of 'Child' has no '_really_similar' member; maybe one of '_really_similar1' or '_really_similar2'?:INFERENCE
+no-member:23:8:Child.__init__:Instance of 'Child' has no '_paren' member; maybe '_parent'?:INFERENCE
+no-member:25:8:Child.__init__:Instance of 'Child' has no '_registryyyy' member:INFERENCE
+no-member:27:8:Child.__init__:Instance of 'Child' has no '_pretty_sure_this_wont_match' member:INFERENCE