Added init keyword to testdata
This commit is contained in:
@@ -2,7 +2,7 @@ var global = 0;
|
||||
|
||||
class C {
|
||||
companion object {
|
||||
{
|
||||
init {
|
||||
global = 1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user