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

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

Back to the top