fix tests by adding missing 'init' keywords to testdata
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
annotation class Ann
|
||||
class A {
|
||||
{}{}{}
|
||||
init{}
|
||||
fun foo1() {
|
||||
|
||||
}
|
||||
@@ -18,7 +18,7 @@ class A {
|
||||
}
|
||||
|
||||
|
||||
{}
|
||||
init {}
|
||||
|
||||
constructor() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user