Pseudocode: Generate read instructions on call expression (instead of
callee)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
fun foo(i: Int) {
|
||||
i()
|
||||
}
|
||||
Reference in New Issue
Block a user
callee)
@@ -0,0 +1,3 @@
|
||||
fun foo(i: Int) {
|
||||
i()
|
||||
}
|
||||