Basic detection for bytecode of inline functions in incremental compilation.
Basic rule is: bytecode of inline function changed -> recompile everything.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package usage
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
inline.Klass().f { println("to be inlined") }
|
||||
}
|
||||
Reference in New Issue
Block a user