diff --git a/jps/jps-plugin/testData/incremental/withJava/other/multifilePartsWithProperties/build.log b/jps/jps-plugin/testData/incremental/withJava/other/multifilePartsWithProperties/build.log index 0a12cb05907..260d0b077bf 100644 --- a/jps/jps-plugin/testData/incremental/withJava/other/multifilePartsWithProperties/build.log +++ b/jps/jps-plugin/testData/incremental/withJava/other/multifilePartsWithProperties/build.log @@ -9,4 +9,14 @@ Compiling files: src/partB.kt End of files Exit code: OK +------------------------------------------ +Cleaning output files: + out/production/module/META-INF/module.kotlin_module + out/production/module/Utils.class + out/production/module/Utils__PartAKt.class +End of files +Compiling files: + src/partA.kt +End of files +Exit code: OK ------------------------------------------ \ No newline at end of file diff --git a/jps/jps-plugin/testData/incremental/withJava/other/multifilePartsWithProperties/dummy.kt b/jps/jps-plugin/testData/incremental/withJava/other/multifilePartsWithProperties/dummy.kt new file mode 100644 index 00000000000..3f0c1c77242 --- /dev/null +++ b/jps/jps-plugin/testData/incremental/withJava/other/multifilePartsWithProperties/dummy.kt @@ -0,0 +1 @@ +fun dummy() {} \ No newline at end of file diff --git a/jps/jps-plugin/testData/incremental/withJava/other/multifilePartsWithProperties/partB.kt.new.1 b/jps/jps-plugin/testData/incremental/withJava/other/multifilePartsWithProperties/partB.kt.new.1 index 258dff7e9f7..f1df801bed2 100644 --- a/jps/jps-plugin/testData/incremental/withJava/other/multifilePartsWithProperties/partB.kt.new.1 +++ b/jps/jps-plugin/testData/incremental/withJava/other/multifilePartsWithProperties/partB.kt.new.1 @@ -1,4 +1,4 @@ @file:JvmName("Utils") @file:JvmMultifileClass -val bVal: Int get() = 1 \ No newline at end of file +val bVal: String get() = "1" \ No newline at end of file