Changed test output from line comments to block comments
This commit is contained in:
@@ -5,6 +5,6 @@ class C {
|
||||
}
|
||||
|
||||
fun foo() {
|
||||
val lambda = {() -> // STATEMENT DELETED: x(); C() }
|
||||
val lambda = {() -> /* STATEMENT DELETED: x() */; C() }
|
||||
lambda().<caret>f()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user