summaryrefslogtreecommitdiff
path: root/test/functional/super_checks.txt
blob: 79f6ae1375cc4592b7528e97de60c22c10f542d5 (plain)
1
2
3
4
5
6
7
8
old-style-class:6:Aaaa:Old-style class defined.
super-on-old-class:8:Aaaa.hop:Use of super on an old style class:INFERENCE
super-on-old-class:12:Aaaa.__init__:Use of super on an old style class:INFERENCE
bad-super-call:22:NewAaaa.__init__:Bad first argument 'object' given to super():INFERENCE
missing-super-argument:27:Py3kAaaa.__init__:Missing argument to super():INFERENCE
bad-super-call:32:Py3kWrongSuper.__init__:Bad first argument 'NewAaaa' given to super():INFERENCE
bad-super-call:37:WrongNameRegression.__init__:Bad first argument 'Missing' given to super():INFERENCE
bad-super-call:46:CrashSuper.__init__:Bad first argument 'NewAaaa' given to super():INFERENCE