Partial body resolve: to take source Kotlin callables with Nothing type from caches
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
val error = "error"
|
||||
fun foo(p: Any) {
|
||||
if (p !is String) {
|
||||
print(error)
|
||||
}
|
||||
println(<caret>p.size)
|
||||
}
|
||||
Reference in New Issue
Block a user