summaryrefslogtreecommitdiff
path: root/t/t4018/java-class-space-before-type-parameters
blob: 0bdef1dfbec18a37e0cc4601bb9839359f279d2d (plain)
1
2
3
4
5
6
class RIGHT <TYPE, PARAMS, AFTER, SPACE> {
    static int ONE;
    static int TWO;
    static int THREE;
    private A ChangeMe;
}