blob: 4c555e648a470545bba820a0aab9e7c8a560946c [file] [log] [blame]
//method
void foo(p: Boolean) {
Integer i = 1;
if (p) i = null;
}