[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:
committed by
teamcity
parent
eee35af7f9
commit
a61648651b
Generated
+6
@@ -26073,6 +26073,12 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
|
||||
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 {
|
||||
|
||||
Reference in New Issue
Block a user