Added init keyword to testdata
This commit is contained in:
@@ -6,7 +6,7 @@ public class Foo
|
||||
private var bar = 0
|
||||
}
|
||||
|
||||
{
|
||||
init {
|
||||
++bar
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user