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 c76afed commit 6b2f766Copy full SHA for 6b2f766
compiler/src/dotty/tools/dotc/core/Definitions.scala
@@ -1087,7 +1087,8 @@ class Definitions {
1087
"lombok.NonNull" ::
1088
"reactor.util.annotation.NonNull" ::
1089
"reactor.util.annotation.NonNullApi" ::
1090
- "io.reactivex.annotations.NonNull" :: Nil)
+ "io.reactivex.annotations.NonNull" ::
1091
+ "org.jspecify.annotations.NonNull" :: Nil)
1092
1093
// convenient one-parameter method types
1094
def methOfAny(tp: Type): MethodType = MethodType(List(AnyType), tp)
0 commit comments