ClassBuilder.st
changeset 21054 bb4a42618bb7
parent 20783 6f62e6e4cd7e
child 21088 6f4535127ce6
child 21308 5de182163e41
--- a/ClassBuilder.st	Fri Nov 25 18:55:04 2016 +0100
+++ b/ClassBuilder.st	Fri Nov 25 20:17:38 2016 +0100
@@ -2386,7 +2386,7 @@
                 self warn:('Class variable "%1"\conflicts with corresponding private classes name.\The name will refer to the class variable.'
                             bindWith:conflicts first) withCRs.
             ] ifFalse:[
-                self warn:('Some class variables conflict with corresponding private classes name.\Names will refer to the class variable.').
+                self warn:('Some class variables conflict with corresponding private classes name.\Names will refer to the class variable.' withCRs).
             ].
             ^ true.
         ]