// "Simplify" "true-preview" class Test { int test(int a, int b) { return true?a:b; } }