Do not recompile files compiled in current round
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
package foo
|
||||
|
||||
fun test() {
|
||||
println(f())
|
||||
println(g())
|
||||
}
|
||||
|
||||
inline fun f(): Int = 1
|
||||
inline fun g(): Int = 1
|
||||
Reference in New Issue
Block a user