[NI] Fix passing callable references to suspend functions as functional parameter
#KT-32452
This commit is contained in:
@@ -1729,6 +1729,11 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
|
||||
runTest("compiler/testData/diagnostics/tests/callableReference/kt31981.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt32256.kt")
|
||||
public void testKt32256() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/callableReference/kt32256.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt7430_wrongClassOnLHS.kt")
|
||||
public void testKt7430_wrongClassOnLHS() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/callableReference/kt7430_wrongClassOnLHS.kt");
|
||||
@@ -1774,6 +1779,11 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
|
||||
runTest("compiler/testData/diagnostics/tests/callableReference/subtypeArgumentFromRHSForReference.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("suspendCallableReference.kt")
|
||||
public void testSuspendCallableReference() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/callableReference/suspendCallableReference.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("typealiases.kt")
|
||||
public void testTypealiases() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/callableReference/typealiases.kt");
|
||||
|
||||
Reference in New Issue
Block a user