Optimization to reuse BindingContext in completion
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
fun foo(p: Any): String {
|
||||
println(1)
|
||||
if (<before><change>
|
||||
}
|
||||
|
||||
fun bar(s: String): Boolean = true
|
||||
|
||||
// TYPE: "p is String && bar("
|
||||
// COMPLETION_TYPE: SMART
|
||||
// EXIST: p
|
||||
Reference in New Issue
Block a user