From: Jean Privat Date: Tue, 22 Jul 2014 03:16:56 +0000 (-0400) Subject: Merge: add attribute annotation `noinit` to skip the attribute in inits X-Git-Tag: v0.6.7~33 X-Git-Url: http://nitlanguage.org Merge: add attribute annotation `noinit` to skip the attribute in inits ~~~.rb class Toto var tata: Int is noinit var tutu: String end var t = new Toto("hello") # only tutu in the constructor ~~~ Pull-Request: #600 Reviewed-by: Lucas Bajolet Reviewed-by: Alexandre Terrasa --- ea7c76ef0d12c87f880582767242a725eab43355