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() {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
annotation class Ann
|
||||
class A {
|
||||
{}{}{}
|
||||
init{}
|
||||
fun foo1() {
|
||||
|
||||
}
|
||||
@@ -18,7 +18,7 @@ class A {
|
||||
}
|
||||
|
||||
|
||||
{}
|
||||
init {}
|
||||
|
||||
constructor() {
|
||||
|
||||
|
||||
@@ -1,11 +1,5 @@
|
||||
annotation class Ann
|
||||
class A {
|
||||
{
|
||||
}
|
||||
|
||||
{
|
||||
}
|
||||
|
||||
init {
|
||||
}
|
||||
|
||||
@@ -15,9 +9,6 @@ class A {
|
||||
init {
|
||||
}
|
||||
|
||||
{
|
||||
}
|
||||
|
||||
/* abcde */init {
|
||||
|
||||
}
|
||||
|
||||
@@ -1,12 +1,6 @@
|
||||
annotation class Ann
|
||||
class A
|
||||
{
|
||||
{
|
||||
}
|
||||
|
||||
{
|
||||
}
|
||||
|
||||
init
|
||||
{
|
||||
}
|
||||
@@ -19,9 +13,6 @@ class A
|
||||
{
|
||||
}
|
||||
|
||||
{
|
||||
}
|
||||
|
||||
/* abcde */init
|
||||
{
|
||||
|
||||
|
||||
@@ -1,15 +1,11 @@
|
||||
annotation class Ann
|
||||
class A {
|
||||
{}{}
|
||||
|
||||
init{}
|
||||
|
||||
init {}
|
||||
|
||||
init {}
|
||||
|
||||
{}
|
||||
|
||||
/* abcde */init {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user