We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3df2fd commit dd8a31cCopy full SHA for dd8a31c
Flow.Launcher/ViewModel/ResultViewModel.cs
@@ -20,7 +20,7 @@ public class LazyAsync<T> : Lazy<Task<T>>
20
21
22
private readonly Action _updateCallback;
23
- public T Value
+ public new T Value
24
{
25
get
26
0 commit comments