[Tests] Update test data after changes to FIR diagnostic messages

This commit is contained in:
Kirill Rakhman
2023-08-11 11:00:37 +02:00
committed by Space Team
parent de1c92a32f
commit d0cc86f52c
101 changed files with 675 additions and 227 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
warning: language version 2.0 is experimental, there are no backwards compatibility guarantees for new language and library features
compiler/testData/cli/jvm/extendedCheckers.kt:2:12: warning: redundant explicit type
compiler/testData/cli/jvm/extendedCheckers.kt:2:12: warning: redundant explicit type.
val i: Int = 1
^
OK