Skip to content

Commit f0bc22f

Browse files
authored
Switch generic_types ID to IREP_ID_ONE
1 parent dd3afa1 commit f0bc22f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/irep_ids.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ IREP_ID_TWO(C_java_generic_parameter, #java_generic_parameter)
651651
IREP_ID_TWO(C_java_generics_class_type, #java_generics_class_type)
652652
IREP_ID_TWO(C_java_implicitly_generic_class_type, #java_implicitly_generic_class_type)
653653
IREP_ID_TWO(C_java_generic_symbol, #java_generic_symbol)
654-
IREP_ID_TWO(generic_types, generic_types)
654+
IREP_ID_ONE(generic_types)
655655
IREP_ID_TWO(implicit_generic_types, #implicit_generic_types)
656656
IREP_ID_ONE(type_variables)
657657
IREP_ID_TWO(java_lambda_method_handle_index, lambda_method_handle_index)

0 commit comments

Comments
 (0)