Skip to content

Commit 05fb82a

Browse files
committed
update doc
1 parent a118296 commit 05fb82a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/_docs/reference/other-new-features/kind-polymorphism.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,4 @@ It is declared `abstract` and `final`, so it can be neither instantiated nor ext
4343

4444
`AnyKind` plays a special role in Scala's subtype system: It is a supertype of all other types no matter what their kind is. It is also assumed to be kind-compatible with all other types. Furthermore, `AnyKind` is treated as a higher-kinded type (so it cannot be used as a type of values), but at the same time it has no type parameters (so it cannot be instantiated).
4545

46-
**Note:** This feature is considered experimental but stable and it can be disabled under compiler flag
47-
(i.e. `-Yno-kind-polymorphism`).
46+
**Note:** This feature is now stable. The compiler flag `-Yno-kind-polymorphism` that used to disable it will be deprecated from 3.7.0.

0 commit comments

Comments
 (0)