[IR] update testdata after using maxBlankLines=1 for Printer
This commit is contained in:
committed by
teamcityserver
parent
6e318893f6
commit
602f0ddbc8
-3
@@ -9,9 +9,6 @@ class MyClass {
|
||||
field = value
|
||||
get
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
operator fun MyClass.provideDelegate(host: Any?, p: Any): String {
|
||||
|
||||
@@ -13,9 +13,6 @@ class Delegate {
|
||||
return <this>.<get-value>()
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
class DelegateProvider {
|
||||
@@ -33,9 +30,6 @@ class DelegateProvider {
|
||||
return Delegate(value = <this>.<get-value>())
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
fun foo() {
|
||||
@@ -45,6 +39,5 @@ fun foo() {
|
||||
return testMember$delegate.getValue(thisRef = null, property = ::testMember)
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
-5
@@ -9,9 +9,6 @@ class MyClass {
|
||||
field = value
|
||||
get
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
operator fun MyClass.provideDelegate(host: Any?, p: Any): String {
|
||||
@@ -29,14 +26,12 @@ fun box(): String {
|
||||
return testO$delegate.getValue(receiver = null, p = ::testO)
|
||||
}
|
||||
|
||||
|
||||
val testK: String
|
||||
val testK$delegate: String = "K"
|
||||
local get(): String {
|
||||
return testK$delegate.getValue(receiver = null, p = ::testK)
|
||||
}
|
||||
|
||||
|
||||
val testOK: String = <get-testO>().plus(other = <get-testK>())
|
||||
return testOK
|
||||
}
|
||||
|
||||
@@ -13,9 +13,6 @@ class Delegate {
|
||||
return <this>.<get-value>()
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
class DelegateProvider {
|
||||
@@ -33,9 +30,6 @@ class DelegateProvider {
|
||||
return Delegate(value = <this>.<get-value>())
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
class Host {
|
||||
@@ -51,8 +45,5 @@ class Host {
|
||||
return #testMember$delegate.getValue(thisRef = <this>, property = ::testMember)
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
-6
@@ -20,9 +20,6 @@ object Host {
|
||||
return receiver.plus(other = <this>.<get-s>())
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
operator fun String.provideDelegate(host: Any?, p: Any): StringDelegate {
|
||||
@@ -39,8 +36,5 @@ object Host {
|
||||
field = (<this>, "O").<get-plusK>()
|
||||
get
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -13,9 +13,6 @@ class Delegate {
|
||||
return <this>.<get-value>()
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
class DelegateProvider {
|
||||
@@ -33,9 +30,6 @@ class DelegateProvider {
|
||||
return Delegate(value = <this>.<get-value>())
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
val testTopLevel: String /* by */
|
||||
|
||||
Reference in New Issue
Block a user