(module test_22b2_class_method_lookup (class TShow (param a) (method tshow (type (fn-type (params (own a)) (ret (own (con Str))))))) (instance (class TShow) (type (con Int)) (method tshow (body "n"))))