Пример #1
0
 void without(Gizmo g) {
   g = new Gizmo(); // OK -- g not final
   g.spin();
 }