Welcome to mirror list, hosted at ThFree Co, Russian Federation.

java-class-space-before-type-parameters « t4018 « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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;
}