Nullability for java.lang.ref.Reference.get
This commit is contained in:
+6
@@ -144,6 +144,12 @@ val PREDEFINED_FUNCTION_ENHANCEMENT_INFO_BY_SIGNATURE = signatures {
|
||||
}
|
||||
}
|
||||
|
||||
forClass(javaLang("ref/Reference")) {
|
||||
function("get") {
|
||||
returns(JLObject, NULLABLE)
|
||||
}
|
||||
}
|
||||
|
||||
forClass(JFPredicate) {
|
||||
function("test") {
|
||||
parameter(JLObject, NOT_PLATFORM)
|
||||
|
||||
Reference in New Issue
Block a user