package p; class A{ boolean m(){ return a().length != 3; } int[] a(){ return null; } }