Analysis: add LC testdata with current behaviour
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
public final class C /* C*/ implements Tr {
|
||||
private final int v;
|
||||
|
||||
public C();// .ctor()
|
||||
|
||||
public int foo();// foo()
|
||||
|
||||
public int getV();// getV()
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user