Merge pull request #17604 from aschackmull/java/neutral-overrides

Java/C#: Add overrides to the interpretation of neutral MaD models.
This commit is contained in:
Anders Schack-Mulligen
2024-10-01 14:55:54 +02:00
committed by GitHub
7 changed files with 1204 additions and 6 deletions

View File

@@ -1,3 +1,4 @@
| java.lang.Object#toString() | no manual model |
| java.lang.Runnable#run() | no manual model |
| java.util.Comparator#comparing(Function) | no manual model |
| java.util.function.BiConsumer#accept(Object,Object) | no manual model |