[FIR] Fix ambiguity between Sequence.forEach and Iterable.forEach (with @HidesMembers) ^KT-50776 Fixed
This commit is contained in:
committed by
TeamCityServer
parent
4a200a2d7e
commit
defb0cf611
+6
@@ -25721,6 +25721,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/tests/resolve/priority/memberVsLocalExt.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("memberWithHidesMemberAnnotationVsMemberWithout.kt")
|
||||
public void testMemberWithHidesMemberAnnotationVsMemberWithout() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/resolve/priority/memberWithHidesMemberAnnotationVsMemberWithout.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("staticVsImplicitReceiverMember.kt")
|
||||
public void testStaticVsImplicitReceiverMember() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user