mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02:00
Add support for qualifier flow
This commit is contained in:
@@ -0,0 +1 @@
|
||||
| p;FluentAPI;false;returnsThis;(String);;Argument[-1];ReturnValue;value; |
|
||||
9
java/ql/test/utils/model-generator/p/FluentAPI.java
Normal file
9
java/ql/test/utils/model-generator/p/FluentAPI.java
Normal file
@@ -0,0 +1,9 @@
|
||||
package p;
|
||||
|
||||
public final class FluentAPI {
|
||||
|
||||
public FluentAPI returnsThis(String input) {
|
||||
return this;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user