diff options
Diffstat (limited to 'frontend/generics1.icl')
-rw-r--r-- | frontend/generics1.icl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/frontend/generics1.icl b/frontend/generics1.icl index 1b72f5e..db754bf 100644 --- a/frontend/generics1.icl +++ b/frontend/generics1.icl @@ -1455,8 +1455,7 @@ where class_pos = gen_pos, class_members = createArray 1 class_member, class_cons_vars = 0, // dotted class variables - class_dictionary = class_dictionary, - class_arg_kinds = [kind] + class_dictionary = class_dictionary } = class_def |