New J2K: Fix statements in lambda expression
This commit is contained in:
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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user