[FIR] Remove line breaks after context receivers in diagnostic messages
#KT-62944 Fixed
This commit is contained in:
committed by
Space Team
parent
e18a124cbb
commit
0682a1f76d
+6
@@ -12687,6 +12687,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
runTest("compiler/testData/diagnostics/tests/extensions/contextReceivers/contextKeywordWithElvis.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("contextReceiverAmbiguity.kt")
|
||||
public void testContextReceiverAmbiguity() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/extensions/contextReceivers/contextReceiverAmbiguity.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("contextReceiverTypeParamsUsage.kt")
|
||||
public void testContextReceiverTypeParamsUsage() throws Exception {
|
||||
|
||||
+6
@@ -12687,6 +12687,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
runTest("compiler/testData/diagnostics/tests/extensions/contextReceivers/contextKeywordWithElvis.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("contextReceiverAmbiguity.kt")
|
||||
public void testContextReceiverAmbiguity() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/extensions/contextReceivers/contextReceiverAmbiguity.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("contextReceiverTypeParamsUsage.kt")
|
||||
public void testContextReceiverTypeParamsUsage() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user