(module test_22b1_missing_method (class TEq (param a) (method teq (type (fn-type (params (own a) (own a)) (ret (own (con Bool)))))) (method tne (type (fn-type (params (own a) (own a)) (ret (own (con Bool))))))) (instance (class TEq) (type (con Int)) (method tne (body false))))