4 lines
203 B
Kotlin
Vendored
4 lines
203 B
Kotlin
Vendored
package kotlin.experimental
|
|
|
|
//Will return file and line number there this function was called
|
|
inline fun sourceLocation(): String = throw kotlin.UnsupportedOperationException("Implemented as intrinsic") |