[FIR] Fix generic sam conversion in call completion
#KT-60903 Fixed
This commit is contained in:
committed by
Space Team
parent
3ecadf1af7
commit
43180597fe
Generated
+5
@@ -1261,6 +1261,11 @@ public class IncrementalK1JvmJpsTestGenerated extends AbstractIncrementalK1JvmJp
|
||||
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/");
|
||||
|
||||
+5
@@ -587,6 +587,11 @@ public class IncrementalK2FirICLightTreeJvmJpsTestGenerated 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("sealedClassesAddImplements")
|
||||
public void testSealedClassesAddImplements() throws Exception {
|
||||
runTest("jps/jps-plugin/testData/incremental/pureKotlin/sealedClassesAddImplements/");
|
||||
|
||||
Generated
+5
@@ -587,6 +587,11 @@ public class IncrementalK2JvmJpsTestGenerated extends AbstractIncrementalK2JvmJp
|
||||
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/");
|
||||
|
||||
+5
@@ -587,6 +587,11 @@ public class IncrementalK2LightTreeJvmJpsTestGenerated extends AbstractIncrement
|
||||
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/");
|
||||
|
||||
Reference in New Issue
Block a user