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