提交 b9ab59da 编写于 作者: C Charles Stoner 提交者: GitHub

Merge pull request #18680 from cston/test-plan-update

Include default in 'Compiler Test Plan.md'
......@@ -75,6 +75,7 @@
- Compound operators (+=, /=, etc ..)
- Assignment exprs
- Ref returns
- `this = e;` in `struct` .ctor
# Misc
- reserved keywords (sometimes contextual)
......@@ -180,14 +181,15 @@ A variable is a storage location. These are all the different ways to refer to a
```
x.y
f( )
a[ ]
a[e]
x++
x--
new X()
typeof( )
default( )
checked( )
unchecked( )
typeof(T)
default(T)
default
checked(e)
unchecked(e)
delegate ( ) { }
+x
-x
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册