Add ir interpreter tests
This commit is contained in:
committed by
TeamCityServer
parent
cc2d7340dc
commit
e28ab45c51
@@ -0,0 +1,4 @@
|
||||
package kotlin.experimental
|
||||
|
||||
//Will return file and line number there this function was called
|
||||
inline fun sourceLocation(): String = throw kotlin.UnsupportedOperationException("Implemented as intrinsic")
|
||||
Reference in New Issue
Block a user