Added init keyword to testdata
This commit is contained in:
@@ -2,7 +2,7 @@ package foo
|
||||
|
||||
class Test() {
|
||||
var a: Int
|
||||
{
|
||||
init {
|
||||
$a = 3
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user