Files
kotlin-fork/compiler/testData/diagnostics/tests/testsWithJava21
Kirill Rakhman fc6d25e50f [FIR] By default, only hide members from mapped scope but not overrides
This affects methods like List.getFirst/getLast where it was decided
to keep them hidden but to make them visible on overrides like
ArrayList or LinkedList.
The goal is to prevent a breaking change since some implementations
like LinkedList had this method before JDK 21.

#KT-65438
2024-02-14 13:13:00 +00:00
..
2024-01-12 08:08:20 +00:00
2024-01-12 08:08:20 +00:00