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

@@ -25,7 +25,7 @@ public class NewSinks
public static void NoSink(object o) => throw null;
// Sink and Source defined in the extensible file next to the sink test.
// MISSING SINK
// sink=Sinks;NewSinks;false;SaveAndGet;(System.Object);;Argument[0];test-sink;df-generated
// neutral=Sinks;NewSinks;SaveAndGet;(System.Object);summary;df-generated
public static object SaveAndGet(object o)
{