mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 08:31:29 +00:00
Otherwise incremental reporting leads to exception when inlining into coroutine body happens
6 lines
63 B
Kotlin
Vendored
6 lines
63 B
Kotlin
Vendored
package inline
|
|
|
|
inline fun f(x: Int): Int {
|
|
return x - 1
|
|
}
|