(module test_22b2_method_name_collision_class_fn (class Greet (param a) (method greet (type (fn-type (params (own a)) (ret (own (con Str))))))) (fn greet (type (fn-type (params (own (con Int))) (ret (own (con Str))))) (params x) (body "hi")))