[IR] update testdata after using maxBlankLines=1 for Printer
This commit is contained in:
committed by
teamcityserver
parent
6e318893f6
commit
602f0ddbc8
@@ -8,7 +8,6 @@ fun outer() {
|
||||
} /*~> Unit */
|
||||
}
|
||||
|
||||
|
||||
local()
|
||||
}
|
||||
|
||||
|
||||
@@ -5,9 +5,6 @@ object A {
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
object B {
|
||||
@@ -17,9 +14,6 @@ object B {
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
interface IFoo {
|
||||
@@ -28,9 +22,6 @@ interface IFoo {
|
||||
return B
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
interface IInvoke {
|
||||
@@ -38,9 +29,6 @@ interface IInvoke {
|
||||
return 42
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
fun test(fooImpl: IFoo, invokeImpl: IInvoke) {
|
||||
|
||||
Reference in New Issue
Block a user