From d84800ba526f3cf9ffcb3eed0e88a6219beab5d9 Mon Sep 17 00:00:00 2001 From: Julien Couvreur Date: Fri, 17 Apr 2020 20:54:35 -0700 Subject: [PATCH] Document new conversions in general test plan (#43427) --- docs/contributing/Compiler Test Plan.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/contributing/Compiler Test Plan.md b/docs/contributing/Compiler Test Plan.md index 099cbe47989..ffa51afae2e 100644 --- a/docs/contributing/Compiler Test Plan.md +++ b/docs/contributing/Compiler Test Plan.md @@ -308,6 +308,8 @@ __makeref( x ) - Interpolated string - Tuple literal - Tuple +- Default literal +- Implicit object creation (target-typed new) ## Types -- GitLab