Analysis: add LC testdata with current behaviour
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
public final class C /* C*/ implements Tr {
|
||||
private final int v;
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public java.lang.Integer foo();// foo()
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public java.lang.Integer getV();// getV()
|
||||
|
||||
private static final int v$lambda-0();// v$lambda-0()
|
||||
|
||||
public C();// .ctor()
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user