blob: 3af5be0ac1f557af4dd40060a8d2d7dc165a082b [file] [log] [blame]
// "Replace with 'integer != null ?:'" "true"
import java.lang.Integer;
class A{
void test(){
Integer integer = null;
int i = in<caret>teger.intValue();
}
}