// "Assign Parameter to Field 'myStr'" "true" class Foo1 { final String myStr; Foo1(String str) { if(Math.random() > 0.5) { } else { } } }