Skip to content

Commit f520487

Browse files
committed
Added a design document for problems with analysis of static fields
1 parent 8706f3a commit f520487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/StaticInitializersAnalysis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class AlwaysThrowingException {
5454
}
5555

5656
class ClassWithStaticField {
57-
final static int staticField = 42;
57+
public final static int staticField = 42;
5858
}
5959
```
6060

0 commit comments

Comments
 (0)