blob: 49521da959a8e167ad0eafae032a9a22d6a1319c [file] [log] [blame]
Tor Norbye3a2425a2013-11-04 10:16:08 -08001def foo(self):
2 x = 1
3 y = 2
4
5 def foo(self):
6 x = 1
7 y = 2
8
9 z = 3