Partial body resolve tests: more informative test output
This commit is contained in:
@@ -1,2 +1,9 @@
|
||||
Resolve target: value-parameter val p: kotlin.Any?
|
||||
Skipped statements:
|
||||
----------------------------------------------
|
||||
fun foo(p: Any?) {
|
||||
do {
|
||||
print(p!!)
|
||||
} while (x())
|
||||
|
||||
<caret>p.hashCode()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user