Java: Add content based model generation test.

This commit is contained in:
Michael Nebel
2024-08-29 14:43:14 +02:00
parent 6365e5edff
commit 5ddcb16cd6
16 changed files with 82 additions and 5 deletions

View File

@@ -3,6 +3,7 @@ package p;
public final class FluentAPI {
// summary=p;FluentAPI;false;returnsThis;(String);;Argument[this];ReturnValue;value;df-generated
// contentbased-summary=p;FluentAPI;false;returnsThis;(String);;Argument[this];ReturnValue;value;df-generated
public FluentAPI returnsThis(String input) {
return this;
}