Skip to main content
summaryrefslogtreecommitdiffstats
blob: c283933f7d1d71141e97bbe215b4998669cfc6ff (plain) (blame)
1
2
3
4
5
6
7
package test0422;

public class A{
    void f(){
        int i= ( 1 + 2 ) + 3;
    }
}

Back to the top