Skip to main content
summaryrefslogtreecommitdiffstats
blob: be3025cde20fdf930f672f5d698100367ba6d802 (plain) (blame)
1
2
3
4
5
package p;

class A {
    boolean b= equals((short) 1);
}

Back to the top