Analysis: add LC testdata with current behaviour
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
public abstract interface Generic /* Generic*/<N, NN> {
|
||||
@org.jetbrains.annotations.Nullable()
|
||||
public abstract N a1(@org.jetbrains.annotations.Nullable() N);// a1(N)
|
||||
|
||||
@org.jetbrains.annotations.Nullable()
|
||||
public abstract NN b1(@org.jetbrains.annotations.Nullable() NN);// b1(NN)
|
||||
|
||||
public abstract N a(N);// a(N)
|
||||
|
||||
public abstract NN b(NN);// b(NN)
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user