blob: 2a7ba825c4c5ba2c7e016eb3e9bc8dfff3841717 [file] [log] [blame]
package test0309;
public class Test {
void f(int y){
int i= (y==7) ? 1 : 2 ;
}
}