blob: 0a332f60dcdea813caf16d64cc4f25851de7bad5 [file] [log] [blame]
Tor Norbye3a2425a2013-11-04 10:16:08 -08001class A:
2 def long_unique_identifier(self): pass
3
4def foo(x):
5 x.long_unique_identifier()
6# <ref>