New J2K: Fix statements in lambda expression

This commit is contained in:
Ilya Kirillov
2018-11-14 13:35:37 +03:00
committed by Ilya Kirillov
parent 136a254da5
commit 115fe2cb88
@@ -678,7 +678,7 @@ class NewCodeBuilder {
val statement = lambdaExpression.statement
if (statement is JKBlockStatement) {
statement.block.statements.forEach { it.accept(this) }
statement.block.accept(this)
} else {
statement.accept(this)
}