Partial body resolve tests: more informative test output
This commit is contained in:
@@ -1,2 +1,8 @@
|
||||
Resolve target: null
|
||||
Skipped statements:
|
||||
----------------------------------------------
|
||||
fun foo(s: String){}
|
||||
fun foo(c: Char){}
|
||||
|
||||
fun bar(b: Boolean, s: String, c: Char){
|
||||
foo(if (b) "abc" else <caret>xxx)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user