build and analyzer

master
neuecc 2022-03-03 08:02:06 +09:00
parent 364b67805d
commit 7a35f121cd
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ namespace NetCoreSandbox
await FooAsync(10, cts.Token);
// NG(Compiler Error)
await FooAsync(10);
// await FooAsync(10);