TEST: constructor body test
This commit is contained in:
committed by
vvlevchenko
parent
4d24d735de
commit
81742556a6
@@ -0,0 +1,6 @@
|
||||
class A {
|
||||
var field0:Int = 0;
|
||||
constructor(arg0:Int) {
|
||||
field0 = arg0
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user