Basic implementation of partial body resolve
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
Resolve target: value-parameter val p: kotlin.Any?
|
||||
Skipped statements:
|
||||
if (p == null) { print("null") }
|
||||
Reference in New Issue
Block a user