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 4f4aa5b commit c771f9fCopy full SHA for c771f9f
compiler/src/dotty/tools/dotc/core/Definitions.scala
@@ -1149,7 +1149,6 @@ class Definitions {
1149
"reactor.util.annotation.NonNullApi" ::
1150
"io.reactivex.annotations.NonNull" :: Nil)
1151
1152
-
1153
// convenient one-parameter method types
1154
def methOfAny(tp: Type): MethodType = MethodType(List(AnyType), tp)
1155
def methOfAnyVal(tp: Type): MethodType = MethodType(List(AnyValType), tp)
0 commit comments