fix tests by adding missing 'init' keywords to testdata
This commit is contained in:
@@ -3,7 +3,7 @@ class C {
|
||||
val a: Int
|
||||
get() = 1
|
||||
|
||||
{
|
||||
init {
|
||||
$a
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@ class C {
|
||||
val a: Int
|
||||
get() = 1
|
||||
|
||||
{
|
||||
init {
|
||||
$a
|
||||
}
|
||||
}
|
||||
@@ -3,7 +3,7 @@ class C {
|
||||
val a: Int
|
||||
get() = 1
|
||||
|
||||
{
|
||||
init {
|
||||
$a
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user