Skip to content

Commit addfba1

Browse files
committed
done true incremental
1 parent 9d14ac8 commit addfba1

File tree

2 files changed

+105
-371
lines changed

2 files changed

+105
-371
lines changed

sandbox/GeneratorSandbox/Program.cs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@
66
{
77
});
88

9-
app.Add("aaa", async Task<int> () =>
9+
10+
11+
12+
app.Add("aabcdefg", int (int x, string y) =>
1013
{
11-
await Task.Yield();
12-
return default!;
14+
return default!;
1315
});
1416

1517
app.Run(args);

0 commit comments

Comments
 (0)