Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Elad Ben-Israel committed Mar 14, 2021
1 parent 1583721 commit c068bb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/jsii-pacmak/lib/targets/go/types/class.ts
Original file line number Diff line number Diff line change
Expand Up @@ -328,8 +328,8 @@ export class GoClass extends GoType {
}

export class GoClassConstructor extends GoMethod {
public readonly usesInitPackage = false;
public readonly usesRuntimePackage = false;
public readonly usesInitPackage = true;
public readonly usesRuntimePackage = true;

private readonly constructorRuntimeCall: ClassConstructor;

Expand Down

0 comments on commit c068bb5

Please sign in to comment.