[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
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user