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