This commit is contained in:
Neal Gafter 2020-09-03 14:44:12 -07:00 коммит произвёл GitHub
Родитель 31289a8255
Коммит dd40959c46
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,5 @@
# Empty array for zero arguments passed to params parameter
We use Array<T>.Empty() to create a zero-element array to pass to a params method when no arguments correspond.
The language spec requires a new array, so it is a language change.
This is a placeholder for the specification.