blob: 24ac60c1f4e0b42bf0bdb1dbde7c9b3939db2bcd [file] [log] [blame]
class A {
{
String s = true ? "" : (String) null; //cast is needed
}
}