[FIR2IR] Fix incorrect type of typealias for suspend functional type, ^KT-50997 Fixed
This commit is contained in:
Generated
+6
@@ -34198,6 +34198,12 @@ public class ExternalTestGenerated extends AbstractExternalNativeBlackBoxTest {
|
||||
runTest("compiler/testData/codegen/box/typealias/genericTypeAliasConstructor2.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("incorrectTypeOfTypealiasForSuspendFunctionalType.kt")
|
||||
public void testIncorrectTypeOfTypealiasForSuspendFunctionalType() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/typealias/incorrectTypeOfTypealiasForSuspendFunctionalType.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("innerClassTypeAliasConstructor.kt")
|
||||
public void testInnerClassTypeAliasConstructor() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user