[AA LC] Fix computation of const initializers of fields
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
public final class C /* p.C*/ {
|
||||
private final int ip;
|
||||
private final int ip = 5 /* initializer type: int */;
|
||||
|
||||
public C();// .ctor()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user