[IR] update testdata: removed extra indentation for function expressions
This commit is contained in:
committed by
teamcityserver
parent
cf5ba82453
commit
ab8188b032
+1
-1
@@ -1,5 +1,5 @@
|
||||
fun test1() {
|
||||
val hello: Runnable = local fun <anonymous>() {
|
||||
val hello: Runnable = local fun <anonymous>() {
|
||||
println(message = "Hello, world!")
|
||||
}
|
||||
/*-> Runnable */
|
||||
|
||||
Reference in New Issue
Block a user