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 c2c9ff5 commit 36db400Copy full SHA for 36db400
compiler/src/dotty/tools/dotc/core/Definitions.scala
@@ -1978,14 +1978,9 @@ class Definitions {
1978
""".stripMargin,
1979
1980
andType ->
1981
- """/**
1982
- | *
1983
1984
1985
1986
1987
+ """/** The intersection of two types.
1988
| *
+ | * See [[https://dotty.epfl.ch/docs/reference/new-types/intersection-types.html]].
1989
| */
1990
1991
0 commit comments