K1: Enhance deprecation messages for getFirst/getLast JDK 21 members
^KT-60659 Fixed ^KT-60769 Fixed
This commit is contained in:
committed by
Space Team
parent
0694ee50a3
commit
bd46bb02c1
+8
@@ -67,6 +67,14 @@ object JvmBuiltInsSignatures {
|
||||
}
|
||||
}
|
||||
|
||||
val DEPRECATED_LIST_METHODS: Set<String> =
|
||||
signatures {
|
||||
inJavaUtil(
|
||||
"List",
|
||||
"getFirst()Ljava/lang/Object;",
|
||||
"getLast()Ljava/lang/Object;",
|
||||
)
|
||||
}
|
||||
|
||||
val VISIBLE_METHOD_SIGNATURES: Set<String> =
|
||||
signatures {
|
||||
|
||||
Reference in New Issue
Block a user