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