Skip to content

CObj: handle private/protected constructors on CObj classes #16

@jokade

Description

@jokade
@CObj
class Foo private()

should produce

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions