[AA LC] Fix computation of const initializers of fields
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
public final class A /* A*/ {
|
||||
private int z = 1 /* initializer type: int */;
|
||||
|
||||
public A();// .ctor()
|
||||
|
||||
public final int getX();// getX()
|
||||
|
||||
public final void setX(int);// setX(int)
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user