blob: c4620684e11552d56ebf5f183500ce2f8a4ab131 [file] [log] [blame]
package test;
public final class FinalFieldAsVal {
public final int f = 1;
}