blob: 0f18f384053a14afebac08c3c4a79dd6fd50c611 [file] [log] [blame]
public class Test2 {
{
((Integer) (true ? 1 : 2)).byteValue();
}
}