From f0700ed47820e7c0fb9824d317b4913b516120d8 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Fri, 7 Jan 2022 11:07:22 -0800 Subject: [PATCH] Mark bidirectional ascription RFC as implemented (#305) --- docs/syntax-type-ascription-bidi.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/syntax-type-ascription-bidi.md b/docs/syntax-type-ascription-bidi.md index 9d31939..bf37eca 100644 --- a/docs/syntax-type-ascription-bidi.md +++ b/docs/syntax-type-ascription-bidi.md @@ -4,6 +4,8 @@ The way `::` works today is really strange. The best solution we can come up with is to allow `::` to convert between any two related types. +**Status**: Implemented + ## Motivation Due to an accident of the implementation, the Luau `::` operator can only be used for downcasts and casts to `any`.