FIC: Support conversions for suspend functions
This commit is contained in:
@@ -7915,6 +7915,11 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
|
||||
public void testSeveralConversionsForFunInterface() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/funInterface/severalConversionsForFunInterface.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("suspendFunInterfaceConversion.kt")
|
||||
public void testSuspendFunInterfaceConversion() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/funInterface/suspendFunInterfaceConversion.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/diagnostics/tests/functionAsExpression")
|
||||
|
||||
Generated
+5
@@ -7910,6 +7910,11 @@ public class DiagnosticsUsingJavacTestGenerated extends AbstractDiagnosticsUsing
|
||||
public void testSeveralConversionsForFunInterface() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/funInterface/severalConversionsForFunInterface.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("suspendFunInterfaceConversion.kt")
|
||||
public void testSuspendFunInterfaceConversion() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/funInterface/suspendFunInterfaceConversion.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/diagnostics/tests/functionAsExpression")
|
||||
|
||||
Reference in New Issue
Block a user