From 27d25b90b1895e1479b2f98d6e78ff2d0f539d6f Mon Sep 17 00:00:00 2001 From: Kirill Rakhman Date: Tue, 22 Aug 2023 15:08:42 +0200 Subject: [PATCH] [Tests] Fix test data --- .../newListMethods.fir.diag.txt | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/compiler/testData/diagnostics/testsWithJdk21/newListMethods.fir.diag.txt b/compiler/testData/diagnostics/testsWithJdk21/newListMethods.fir.diag.txt index 7d9ca67d85c..77463f5362b 100644 --- a/compiler/testData/diagnostics/testsWithJdk21/newListMethods.fir.diag.txt +++ b/compiler/testData/diagnostics/testsWithJdk21/newListMethods.fir.diag.txt @@ -1,23 +1,23 @@ -/newListMethods.fir.kt:(611,619): error: Unresolved reference: getFirst +/newListMethods.fir.kt:(611,619): error: Unresolved reference 'getFirst'. -/newListMethods.fir.kt:(628,633): error: Function invocation 'first()' expected +/newListMethods.fir.kt:(628,633): error: Function invocation 'first()' expected. -/newListMethods.fir.kt:(719,726): error: Unresolved reference: getLast +/newListMethods.fir.kt:(719,726): error: Unresolved reference 'getLast'. -/newListMethods.fir.kt:(735,739): error: Function invocation 'last()' expected +/newListMethods.fir.kt:(735,739): error: Function invocation 'last()' expected. -/newListMethods.fir.kt:(853,861): error: Unresolved reference: getFirst +/newListMethods.fir.kt:(853,861): error: Unresolved reference 'getFirst'. -/newListMethods.fir.kt:(870,875): error: Function invocation 'first()' expected +/newListMethods.fir.kt:(870,875): error: Function invocation 'first()' expected. -/newListMethods.fir.kt:(896,903): error: Unresolved reference: getLast +/newListMethods.fir.kt:(896,903): error: Unresolved reference 'getLast'. -/newListMethods.fir.kt:(912,916): error: Function invocation 'last()' expected +/newListMethods.fir.kt:(912,916): error: Function invocation 'last()' expected. -/newListMethods.fir.kt:(1030,1038): error: Unresolved reference: getFirst +/newListMethods.fir.kt:(1030,1038): error: Unresolved reference 'getFirst'. -/newListMethods.fir.kt:(1047,1052): error: Function invocation 'first()' expected +/newListMethods.fir.kt:(1047,1052): error: Function invocation 'first()' expected. -/newListMethods.fir.kt:(1073,1080): error: Unresolved reference: getLast +/newListMethods.fir.kt:(1073,1080): error: Unresolved reference 'getLast'. -/newListMethods.fir.kt:(1089,1093): error: Function invocation 'last()' expected +/newListMethods.fir.kt:(1089,1093): error: Function invocation 'last()' expected.