commit | 4bd0687a798dd3221ea0a4677ecff76d8be3c871 | [log] [tgz] |
---|---|---|
author | Aleksei.Cherepanov <aleksei.cherepanov@jetbrains.com> | Wed Oct 27 13:07:12 2021 +0300 |
committer | Aleksei.Cherepanov <aleksei.cherepanov@jetbrains.com> | Wed May 04 18:32:52 2022 +0300 |
tree | 4560e12f46c9f47bf045d6fb4d5a9d5f545b3cb1 | |
parent | 9d8e708ead3b186a264f2e056d3db710846056b3 [diff] |
[CHERRY PICKED FROM IJ] [testdata] Fix Jps tests testdata Fix test IncrementalJvmJpsTestGenerated$PureKotlin.testPackageFileAdded Fix test IncrementalJvmJpsTestGenerated$Custom.testCommonSourcesCompilerArg Fix test IncrementalJvmJpsTestGenerated$WithJava$JavaUsedInKotlin$SamConversions.testMethodAddDefault GitOrigin-RevId: 63b7a47898ca42b4d7f11a01ceb0e019933f528b Original commit: https://github.com/JetBrains/intellij-community/commit/e91bfb29e65b9eb5452c4d5f544f0bbfa3eafde3 (cherry picked from commit dc9abef6e5b9dab7f9033c59e580c7746b5108bb)
diff --git a/jps/jps-plugin/testData/incremental/multiModule/multiplatform/custom/commonSourcesCompilerArg/c_a.kt b/jps/jps-plugin/testData/incremental/multiModule/multiplatform/custom/commonSourcesCompilerArg/c_a.kt index 5161632..ec60fb9 100644 --- a/jps/jps-plugin/testData/incremental/multiModule/multiplatform/custom/commonSourcesCompilerArg/c_a.kt +++ b/jps/jps-plugin/testData/incremental/multiModule/multiplatform/custom/commonSourcesCompilerArg/c_a.kt
@@ -1,4 +1,4 @@ -@file:Suppress("OPT_IN_USAGE_ERROR") +@file:OptIn(kotlin.ExperimentalMultiplatform::class) @OptionalExpectation expect annotation class Optional(val value: String)
diff --git a/jps/jps-plugin/testData/incremental/withJava/javaUsedInKotlin/samConversions/methodAddDefault/build.log b/jps/jps-plugin/testData/incremental/withJava/javaUsedInKotlin/samConversions/methodAddDefault/build.log index 79032a5..589017c 100644 --- a/jps/jps-plugin/testData/incremental/withJava/javaUsedInKotlin/samConversions/methodAddDefault/build.log +++ b/jps/jps-plugin/testData/incremental/withJava/javaUsedInKotlin/samConversions/methodAddDefault/build.log
@@ -10,7 +10,6 @@ End of files Cleaning output files: out/production/module/META-INF/module.kotlin_module - out/production/module/UsageWithFunctionExpressionKt$sam$SamInterface$0.class out/production/module/UsageWithFunctionExpressionKt$usageWithFunctionExpression$a$1.class out/production/module/UsageWithFunctionExpressionKt.class out/production/module/UsageWithFunctionLiteralKt.class