blob: d4d51c8df2733ed37601efb71d7259e882ba149e [file] [log] [blame]
final int nonConstTopLevel = 0;
class Class {
static final int nonConstField = 1;
void test(final int nonConstParameter) {}
}