We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36db400 commit fa6fba6Copy full SHA for fa6fba6
compiler/src/dotty/tools/dotc/core/Definitions.scala
@@ -1985,14 +1985,9 @@ class Definitions {
1985
""".stripMargin,
1986
1987
orType ->
1988
- """/**
1989
- | *
1990
1991
1992
1993
1994
+ """/** The union of two types.
1995
| *
+ | * See [[https://dotty.epfl.ch/docs/reference/new-types/union-types.html]].
1996
| */
1997
1998
0 commit comments