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

java-class-type-parameters « t4018 « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 579aa7af2109960ac5344db04f41fcc645d5f58b (plain)
1
2
3
4
5
6
class RIGHT<A, B> {
    static int ONE;
    static int TWO;
    static int THREE;
    private A ChangeMe;
}