[FE 1.0] Keep the same type attributes during union or intersection type attributes
^KT-51317 Fixed
This commit is contained in:
+6
@@ -11472,6 +11472,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/tests/functionLiterals/kt47493.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt51317.kt")
|
||||
public void testKt51317() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/functionLiterals/kt51317.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt6541_extensionForExtensionFunction.kt")
|
||||
public void testKt6541_extensionForExtensionFunction() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user