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