We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cad0d2a commit 9da102bCopy full SHA for 9da102b
compiler/src/dotty/tools/dotc/core/Definitions.scala
@@ -1152,7 +1152,8 @@ class Definitions {
1152
"lombok.NonNull" ::
1153
"reactor.util.annotation.NonNull" ::
1154
"reactor.util.annotation.NonNullApi" ::
1155
- "io.reactivex.annotations.NonNull" :: Nil)
+ "io.reactivex.annotations.NonNull" ::
1156
+ "org.jspecify.annotations.NonNull" :: Nil)
1157
1158
// convenient one-parameter method types
1159
def methOfAny(tp: Type): MethodType = MethodType(List(AnyType), tp)
0 commit comments