Add ir interpreter tests
This commit is contained in:
committed by
TeamCityServer
parent
cc2d7340dc
commit
e28ab45c51
@@ -0,0 +1,7 @@
|
||||
@CompileTimeCalculation
|
||||
fun returnValueFromA(a: Int, b: Int): Int {
|
||||
val a = b
|
||||
return a
|
||||
}
|
||||
|
||||
const val num = <!EVALUATED: `2`!>returnValueFromA(1, 2)<!>
|
||||
Reference in New Issue
Block a user