Skip to content

Commit bd7e041

Browse files
committed
Remove extra added line
1 parent a5fb6b0 commit bd7e041

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/src/dotty/tools/dotc/core/Definitions.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1149,7 +1149,6 @@ class Definitions {
11491149
"reactor.util.annotation.NonNullApi" ::
11501150
"io.reactivex.annotations.NonNull" :: Nil)
11511151

1152-
11531152
// convenient one-parameter method types
11541153
def methOfAny(tp: Type): MethodType = MethodType(List(AnyType), tp)
11551154
def methOfAnyVal(tp: Type): MethodType = MethodType(List(AnyValType), tp)

0 commit comments

Comments
 (0)