[FE 1.0] Use original receivers for NI while DSL scope violation checking

Original receivers are already use in the near place

^KT-46969 Fixed
This commit is contained in:
Victor Petukhov
2022-07-27 20:16:02 +02:00
committed by teamcity
parent eee35af7f9
commit a61648651b
7 changed files with 72 additions and 1 deletions
@@ -26061,6 +26061,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/tests/resolve/dslMarker/kt31360.kt");
}
@Test
@TestMetadata("kt46969.kt")
public void testKt46969() throws Exception {
runTest("compiler/testData/diagnostics/tests/resolve/dslMarker/kt46969.kt");
}
@Test
@TestMetadata("markedReceiverWithCapturedTypeArgument.kt")
public void testMarkedReceiverWithCapturedTypeArgument() throws Exception {