Skip to content

Commit 36db400

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

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
@@ -1978,14 +1978,9 @@ class Definitions {
19781978
""".stripMargin,
19791979

19801980
andType ->
1981-
"""/**
1982-
| *
1983-
| *
1984-
| *
1985-
| *
1986-
| *
1987-
| *
1981+
"""/** The intersection of two types.
19881982
| *
1983+
| * See [[https://dotty.epfl.ch/docs/reference/new-types/intersection-types.html]].
19891984
| */
19901985
""".stripMargin,
19911986

0 commit comments

Comments
 (0)