[IR] update testdata after using maxBlankLines=1 for Printer
This commit is contained in:
committed by
teamcityserver
parent
6e318893f6
commit
602f0ddbc8
-31
@@ -1,8 +1,6 @@
|
||||
interface IFoo {
|
||||
abstract fun foo(): String
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
class K1 : JFoo {
|
||||
@@ -12,10 +10,6 @@ class K1 : JFoo {
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
class K2 : JFoo {
|
||||
@@ -29,9 +23,6 @@ class K2 : JFoo {
|
||||
return super.foo() /*!! String */
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
class K3 : JUnrelatedFoo, IFoo {
|
||||
@@ -41,10 +32,6 @@ class K3 : JUnrelatedFoo, IFoo {
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
class K4 : JUnrelatedFoo, IFoo {
|
||||
@@ -58,9 +45,6 @@ class K4 : JUnrelatedFoo, IFoo {
|
||||
return super.foo()
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
class TestJFoo : IFoo {
|
||||
@@ -75,9 +59,6 @@ class TestJFoo : IFoo {
|
||||
return #$$delegate_0.foo() /*!! String */
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
class TestK1 : IFoo {
|
||||
@@ -92,9 +73,6 @@ class TestK1 : IFoo {
|
||||
return #$$delegate_0.foo() /*!! String */
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
class TestK2 : IFoo {
|
||||
@@ -109,9 +87,6 @@ class TestK2 : IFoo {
|
||||
return #$$delegate_0.foo()
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
class TestK3 : IFoo {
|
||||
@@ -126,9 +101,6 @@ class TestK3 : IFoo {
|
||||
return #$$delegate_0.foo()
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
class TestK4 : IFoo {
|
||||
@@ -143,8 +115,5 @@ class TestK4 : IFoo {
|
||||
return #$$delegate_0.foo() /*!! String */
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user