Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
# Conflicts:
#	Src/PCompiler/CompilerCore/Backend/Java/TypeManager.cs
  • Loading branch information
ankushdesai committed Nov 15, 2023
2 parents d0b34d1 + 44b9f4f commit 13da285
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Src/PCompiler/CompilerCore/Backend/Java/TypeManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ internal JSet(JType t)

internal override string ContainsMethodName => "contains";
internal override string InsertMethodName => "add";
internal override string MutatorMethodName => "add";
internal override string RemoveMethodName => "remove";
}

Expand Down

0 comments on commit 13da285

Please sign in to comment.