Partial body resolve: added more tests
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
val v = ""
|
||||
|
||||
fun foo(s: String = <caret>v) {
|
||||
val local = 1
|
||||
print("foo" + local)
|
||||
}
|
||||
Reference in New Issue
Block a user