Test turning incremental compilation on/off
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
package foo
|
||||
|
||||
inline fun a(): Int = 0
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
package foo
|
||||
|
||||
inline fun a(): Int = 1
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
package foo
|
||||
|
||||
inline fun a(): Int = 2
|
||||
@@ -0,0 +1,3 @@
|
||||
package foo
|
||||
|
||||
fun b(): Int = a()
|
||||
+20
@@ -0,0 +1,20 @@
|
||||
Cleaning output files:
|
||||
out/production/module/META-INF/module.kotlin_module
|
||||
out/production/module/foo/AKt.class
|
||||
End of files
|
||||
Compiling files:
|
||||
src/a.kt
|
||||
src/b.kt
|
||||
src/c.kt
|
||||
End of files
|
||||
|
||||
|
||||
Cleaning output files:
|
||||
out/production/module/META-INF/module.kotlin_module
|
||||
out/production/module/foo/AKt.class
|
||||
End of files
|
||||
Compiling files:
|
||||
src/a.kt
|
||||
src/b.kt
|
||||
src/c.kt
|
||||
End of files
|
||||
@@ -0,0 +1,3 @@
|
||||
package foo
|
||||
|
||||
fun c(): Int = b()
|
||||
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
kotlin-data-container
|
||||
Module 'module' production
|
||||
Module 'module' tests
|
||||
jps-plugin/testData/incremental/changeIncrementalOption/incrementalOff/incremental-compilation.new.1
Vendored
+1
@@ -0,0 +1 @@
|
||||
off
|
||||
Reference in New Issue
Block a user