[FIR] Fix generic sam conversion in call completion

#KT-60903 Fixed
This commit is contained in:
Kirill Rakhman
2023-08-15 19:04:47 +02:00
committed by Space Team
parent 3ecadf1af7
commit 43180597fe
16 changed files with 119 additions and 14 deletions
@@ -577,6 +577,11 @@ public class IncrementalFirICLightTreeJvmCompilerRunnerTestGenerated extends Abs
runTest("jps/jps-plugin/testData/incremental/pureKotlin/returnTypeChanged/");
}
@TestMetadata("samConversion")
public void testSamConversion() throws Exception {
runTest("jps/jps-plugin/testData/incremental/pureKotlin/samConversion/");
}
@TestMetadata("sealedClassesAddImplements")
public void testSealedClassesAddImplements() throws Exception {
runTest("jps/jps-plugin/testData/incremental/pureKotlin/sealedClassesAddImplements/");
@@ -577,6 +577,11 @@ public class IncrementalFirLightTreeJvmCompilerRunnerTestGenerated extends Abstr
runTest("jps/jps-plugin/testData/incremental/pureKotlin/returnTypeChanged/");
}
@TestMetadata("samConversion")
public void testSamConversion() throws Exception {
runTest("jps/jps-plugin/testData/incremental/pureKotlin/samConversion/");
}
@TestMetadata("sealedClassesAddImplements")
public void testSealedClassesAddImplements() throws Exception {
runTest("jps/jps-plugin/testData/incremental/pureKotlin/sealedClassesAddImplements/");
@@ -591,6 +591,11 @@ public class IncrementalK1JsKlibCompilerRunnerTestGenerated extends AbstractIncr
runTest("jps/jps-plugin/testData/incremental/pureKotlin/returnTypeChanged/");
}
@TestMetadata("samConversion")
public void testSamConversion() throws Exception {
runTest("jps/jps-plugin/testData/incremental/pureKotlin/samConversion/");
}
@TestMetadata("secondaryConstructorInlined")
public void testSecondaryConstructorInlined() throws Exception {
runTest("jps/jps-plugin/testData/incremental/pureKotlin/secondaryConstructorInlined/");
@@ -591,6 +591,11 @@ public class IncrementalK1JsKlibCompilerWithScopeExpansionRunnerTestGenerated ex
runTest("jps/jps-plugin/testData/incremental/pureKotlin/returnTypeChanged/");
}
@TestMetadata("samConversion")
public void testSamConversion() throws Exception {
runTest("jps/jps-plugin/testData/incremental/pureKotlin/samConversion/");
}
@TestMetadata("secondaryConstructorInlined")
public void testSecondaryConstructorInlined() throws Exception {
runTest("jps/jps-plugin/testData/incremental/pureKotlin/secondaryConstructorInlined/");
@@ -592,6 +592,11 @@ public class IncrementalK1JvmCompilerRunnerTestGenerated extends AbstractIncreme
runTest("jps/jps-plugin/testData/incremental/pureKotlin/returnTypeChanged/");
}
@TestMetadata("samConversion")
public void testSamConversion() throws Exception {
runTest("jps/jps-plugin/testData/incremental/pureKotlin/samConversion/");
}
@TestMetadata("sealedClassesAddImplements")
public void testSealedClassesAddImplements() throws Exception {
runTest("jps/jps-plugin/testData/incremental/pureKotlin/sealedClassesAddImplements/");
@@ -586,6 +586,11 @@ public class IncrementalK2JsKlibCompilerWithScopeExpansionRunnerTestGenerated ex
runTest("jps/jps-plugin/testData/incremental/pureKotlin/returnTypeChanged/");
}
@TestMetadata("samConversion")
public void testSamConversion() throws Exception {
runTest("jps/jps-plugin/testData/incremental/pureKotlin/samConversion/");
}
@TestMetadata("secondaryConstructorInlined")
public void testSecondaryConstructorInlined() throws Exception {
runTest("jps/jps-plugin/testData/incremental/pureKotlin/secondaryConstructorInlined/");
@@ -577,6 +577,11 @@ public class IncrementalK2JvmCompilerRunnerTestGenerated extends AbstractIncreme
runTest("jps/jps-plugin/testData/incremental/pureKotlin/returnTypeChanged/");
}
@TestMetadata("samConversion")
public void testSamConversion() throws Exception {
runTest("jps/jps-plugin/testData/incremental/pureKotlin/samConversion/");
}
@TestMetadata("sealedClassesAddImplements")
public void testSealedClassesAddImplements() throws Exception {
runTest("jps/jps-plugin/testData/incremental/pureKotlin/sealedClassesAddImplements/");