IR to CFG test generator, sequential function tests
This commit is contained in:
committed by
Dmitry Petrov
parent
65db7aa1ba
commit
eaf10a4675
+4
@@ -0,0 +1,4 @@
|
||||
fun foo(arg: Int): Int {
|
||||
val dbl = arg * 2
|
||||
return dbl
|
||||
}
|
||||
Reference in New Issue
Block a user