class Test def main is shared t = List() t.add('aoeu') t.add('aoeu') for s in t assert s.length==4