[IR] update testdata: removed extra indentation for function expressions
This commit is contained in:
committed by
teamcityserver
parent
cf5ba82453
commit
ab8188b032
@@ -9,7 +9,7 @@ class TestInitValInLambdaCalledOnce {
|
||||
get
|
||||
|
||||
init {
|
||||
1.run<Int, Unit>(block = local fun Int.<anonymous>() {
|
||||
1.run<Int, Unit>(block = local fun Int.<anonymous>() {
|
||||
#x = 0
|
||||
}
|
||||
)
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
data class A {
|
||||
constructor(runA: @ExtensionFunctionType Function2<A, String, Unit> = local fun A.<anonymous>(it: String) {
|
||||
constructor(runA: @ExtensionFunctionType Function2<A, String, Unit> = local fun A.<anonymous>(it: String) {
|
||||
return Unit
|
||||
}
|
||||
) /* primary */ {
|
||||
|
||||
Reference in New Issue
Block a user