Partial body resolve works for local Nothing functions + does not go inside local functions and classes
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
Resolve target: value-parameter val p: kotlin.String?
|
||||
Skipped statements:
|
||||
if (p == null) return null
|
||||
print(p.size)
|
||||
return ""
|
||||
Reference in New Issue
Block a user