blob: abddaf558baad3ac8303e1f4f8500e86d7a3fd38 [file] [log] [blame]
Tor Norbye92584642014-04-17 08:39:25 -07001class A(Aa):
2 @property
3 def <warning descr="Getter signature should be (self)">x<caret></warning>(self, r):
4 return ""
5
6 @x.setter
7 def <warning descr="Setter should not return a value">x</warning>(self, r):
8 return r