swog icon indicating copy to clipboard operation
swog copied to clipboard

CObj: handle private/protected constructors on CObj classes

Open jokade opened this issue 7 years ago • 0 comments
trafficstars

@CObj
class Foo private()

should produce

class Foo (override val __ref: Ref[Byte]) {
  private def this() = this(Foo.__ext.foo_new())
}

jokade avatar Sep 23 '18 09:09 jokade