Added logic to handle constructor for classes
This commit is contained in:
@@ -6,7 +6,7 @@ public lib Main {
|
||||
public class Program {
|
||||
private var test: Test;
|
||||
|
||||
public constructor() {
|
||||
constructor() {
|
||||
this.test = Test(str);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user