Added init keyword to testdata
This commit is contained in:
@@ -88,7 +88,7 @@ public class MethodOrderTest: CodegenTestCase() {
|
||||
}
|
||||
|
||||
inner class Inner() {
|
||||
{
|
||||
init {
|
||||
b = b + a
|
||||
c()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user