3
Groovy multi-line String'in nesi var?
Harika komut dosyaları bir hataya neden oluyor: def a = "test" + "test" + "test" Hata: No signature of method: java.lang.String.positive() is applicable for argument types: () values: [] Bu komut dosyası iyi çalışsa da: def a = new String( "test" + "test" + "test" ) Neden?