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