mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-17 15:46:05 +02:00
Warn on deprecated brace initializer syntax
This commit is contained in:
parent
ffee0a2aa3
commit
4369e07a55
12 changed files with 36 additions and 34 deletions
|
@ -375,7 +375,7 @@ namespace System.IO
|
|||
}
|
||||
else
|
||||
{
|
||||
buf = new char16[123]* { ? };
|
||||
buf = new char16[123]* ( ? );
|
||||
defer:mixin delete buf;
|
||||
}
|
||||
buf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue