[FE 1.0] Support suspend only SAM conversions
^KT-50477 Fixed
This commit is contained in:
committed by
teamcity
parent
d2c0234895
commit
22b2554368
+6
@@ -26028,6 +26028,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/tests/samConversions/kt17765.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50477.kt")
|
||||
public void testKt50477() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/samConversions/kt50477.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("OverloadPriority.kt")
|
||||
public void testOverloadPriority() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user