fix tests by adding missing 'init' keywords to testdata
This commit is contained in:
@@ -18,7 +18,7 @@ object B : A {}
|
||||
|
||||
fun f() {
|
||||
~y~val y = object : Foo(`ns.x`x) {
|
||||
{
|
||||
init {
|
||||
`ns.x`x + 12
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user