summaryrefslogtreecommitdiffstats
path: root/t/t4018/java-class-brace-on-separate-line
blob: 8795acd4cf41af3519a843b6f61939fccce72ef0 (plain)
1
2
3
4
5
6
class RIGHT
{
    static int ONE;
    static int TWO;
    static int ChangeMe;
}