forgetting ; in init will cause incorrect handling of function calls as template calls

  • object-creation.app:4/5: error: Template with this signature not defined
    init {
    assertDefaults(Test{})
    }

fix by preventing init to be parsed as regular template call

Submitted by Danny Groenewegen on 15 March 2010 at 09:45

Log in to post comments