From d3de20dbe3dbd593bc00dc188f036f56ebb34e86 Mon Sep 17 00:00:00 2001 From: Julien Couvreur Date: Thu, 16 Apr 2020 16:04:48 -0700 Subject: [PATCH 1/2] Document new conversions in general test plan --- 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 099cbe4798941..1bc0a9dc8b9aa 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 ## Types From 19b2344bd4fcbd017855c6d6e1db69226aa0e90c Mon Sep 17 00:00:00 2001 From: Julien Couvreur Date: Fri, 17 Apr 2020 17:24:13 -0700 Subject: [PATCH 2/2] Update Compiler Test Plan.md --- docs/contributing/Compiler Test Plan.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing/Compiler Test Plan.md b/docs/contributing/Compiler Test Plan.md index 1bc0a9dc8b9aa..ffa51afae2e65 100644 --- a/docs/contributing/Compiler Test Plan.md +++ b/docs/contributing/Compiler Test Plan.md @@ -309,7 +309,7 @@ __makeref( x ) - Tuple literal - Tuple - Default literal -- Implicit object creation +- Implicit object creation (target-typed new) ## Types