fix tests by adding missing 'init' keywords to testdata
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
fun foo() {
|
||||
"before"
|
||||
object A {
|
||||
{
|
||||
init {
|
||||
val a = 1
|
||||
}
|
||||
fun foo() {
|
||||
|
||||
Reference in New Issue
Block a user