Files
2021-06-07 15:35:12 +03:00

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")