C#/Java: Update model generation expected output.

This commit is contained in:
Michael Nebel
2024-08-14 09:57:49 +02:00
parent f0817dc07c
commit eaf4f5eeab
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ public class Sinks {
public void nosink(Object o) {}
// Sink and Source defined in the extensible file next to the sink test.
// MISSING SINK
// sink=p;Sinks;true;saveAndGet;(Object);;Argument[0];test-sink;df-generated
// neutral=p;Sinks;saveAndGet;(Object);summary;df-generated
public Object saveAndGet(Object o) {
sink(o);