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