Skip to content

Commit fa6fba6

Browse files
BarkingBadsmarter
andauthored
Update compiler/src/dotty/tools/dotc/core/Definitions.scala
Co-authored-by: Guillaume Martres <[email protected]>
1 parent 36db400 commit fa6fba6

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

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

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1985,14 +1985,9 @@ class Definitions {
19851985
""".stripMargin,
19861986

19871987
orType ->
1988-
"""/**
1989-
| *
1990-
| *
1991-
| *
1992-
| *
1993-
| *
1994-
| *
1988+
"""/** The union of two types.
19951989
| *
1990+
| * See [[https://dotty.epfl.ch/docs/reference/new-types/union-types.html]].
19961991
| */
19971992
""".stripMargin,
19981993

0 commit comments

Comments
 (0)