Don't create substituted copy of invoke descriptor with unchanged names
#KT-34919 Fixed
This commit is contained in:
+6
@@ -31560,6 +31560,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/tests/typealias/functionTypeInTypeAlias.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("functionalTypeWithParameterNameVisibility.kt")
|
||||
public void testFunctionalTypeWithParameterNameVisibility() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/typealias/functionalTypeWithParameterNameVisibility.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("genericTypeAliasConstructor.kt")
|
||||
public void testGenericTypeAliasConstructor() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user