class Test def takeDictionary(t as Dictionary) pass shared def main Test().takeDictionary({'x': 1}) # bug on 2006-04-28