inter-procedural call test
This commit is contained in:
committed by
Vasily Levchenko
parent
390edc146d
commit
97e31820ae
@@ -0,0 +1,4 @@
|
||||
fun foo(a:Int):Int = a
|
||||
fun bar(a:Int):Int = a
|
||||
|
||||
fun sumFooBar(a:Int, b:Int):Int = foo(a) + bar(b)
|
||||
Reference in New Issue
Block a user