Partial body resolve: processing of standard "error" function
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
fun foo(p: Any) {
|
||||
if (p !is String) {
|
||||
kotlin.error("Not String")
|
||||
}
|
||||
println(<caret>p.size)
|
||||
}
|
||||
Reference in New Issue
Block a user