6c8a9ba378
Basic rule is: bytecode of inline function changed -> recompile everything.
6 lines
83 B
Kotlin
6 lines
83 B
Kotlin
package test
|
|
|
|
fun main(args: Array<String>) {
|
|
f { println("to be inlined") }
|
|
}
|