blob: d354d6053ae802fa1cce26fb97e6bfe7604d4a40 [file] [log] [blame]
// 5, 32 -> 5, 43 replaceAll == true, removeDeclaration == true
package p;
class LeVinSuperieure {
public LeVinSuperieure(final String appelation) {
String leNom= appelation == null ? "Pharmacology" : appelation;
System.out.println("Nous avons cree un superieure vin, appelle " + leNom);
}
}