blob: 219d97214adff9e1a4dd1fc057cbfcc7645dc0ed [file] [log] [blame]
public class A {
int Example(boolean Argument) {
return argument
? 100000
: 200000;
}
}