Basic implementation of partial body resolve
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
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