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