[IR] update testdata: removed extra indentation for function expressions
This commit is contained in:
committed by
teamcityserver
parent
cf5ba82453
commit
ab8188b032
Vendored
+1
-1
@@ -13,7 +13,7 @@ abstract class Base {
|
||||
|
||||
object Test : Base {
|
||||
private constructor() /* primary */ {
|
||||
super/*Base*/(lambda = local fun <anonymous>(): Any {
|
||||
super/*Base*/(lambda = local fun <anonymous>(): Any {
|
||||
return Test
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user