Add ir interpreter tests
This commit is contained in:
committed by
TeamCityServer
parent
cc2d7340dc
commit
e28ab45c51
+5
@@ -0,0 +1,5 @@
|
||||
@CompileTimeCalculation
|
||||
fun getLenght(value: String?): Int = value?.length ?: -1
|
||||
|
||||
const val a1 = <!EVALUATED: `5`!>getLenght("Elvis")<!>
|
||||
const val a2 = <!EVALUATED: `-1`!>getLenght(null)<!>
|
||||
Reference in New Issue
Block a user