[IR] update testdata after using maxBlankLines=1 for Printer
This commit is contained in:
committed by
teamcityserver
parent
6e318893f6
commit
602f0ddbc8
@@ -1,8 +1,6 @@
|
||||
interface IFoo {
|
||||
abstract fun foo()
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
val test1: Any
|
||||
@@ -14,12 +12,8 @@ val test1: Any
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
<no name provided>()
|
||||
}
|
||||
get
|
||||
@@ -37,12 +31,8 @@ val test2: IFoo
|
||||
println(message = "foo")
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
<no name provided>()
|
||||
}
|
||||
get
|
||||
@@ -61,10 +51,6 @@ class Outer {
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
fun test3(): Inner {
|
||||
@@ -80,19 +66,12 @@ class Outer {
|
||||
println(message = "foo")
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
<no name provided>()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
fun Outer.test4(): Inner {
|
||||
@@ -108,12 +87,8 @@ fun Outer.test4(): Inner {
|
||||
println(message = "foo")
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
<no name provided>()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user