Partial body resolve tests: more informative test output
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
Resolve target: fun f(): kotlin.Unit
|
||||
Skipped statements:
|
||||
x()
|
||||
----------------------------------------------
|
||||
class C {
|
||||
fun f(){}
|
||||
}
|
||||
|
||||
fun foo() {
|
||||
val lambda = {() -> // STATEMENT DELETED: x(); C() }
|
||||
lambda().<caret>f()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user