We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
clang-format --version Homebrew clang-format version 17.0.6
https://github.com/AvaloniaUI/Avalonia/blob/1c792b294f82b26396e4f91032a2b535ea9c0669/src/Avalonia.Controls/Button.cs#L512
namespace Avalonia.Controls { public class Button : ContentControl, ICommandSource, IClickableControl { protected override void OnPropertyChanged(AvaloniaPropertyChangedEventArgs change) { var (oldFlyout, newFlyout) = change.GetOldAndNewValue<FlyoutBase?>(); } } }
namespace Avalonia.Controls { public class Button : ContentControl, ICommandSource, IClickableControl { protected override void OnPropertyChanged(AvaloniaPropertyChangedEventArgs change) { var (oldFlyout, newFlyout) = change.GetOldAndNewValue < FlyoutBase ? > (); } } }
Please pay attention to the whitespace surrounding FlyoutBase.
FlyoutBase
This issue occurs in version 17, and it does not exist in version 16.
The text was updated successfully, but these errors were encountered:
[clang-format] Correctly annotate C# nullable value type ?
?
ca95092
Fix llvm#78666
[clang-format] Correctly annotate C# nullable value type ? (#138631)
b1e6c4b
Fix #78666
[clang-format] Correctly annotate C# nullable value type ? (llvm#13…
cd89152
…8631) Fix llvm#78666
owenca
Successfully merging a pull request may close this issue.
Search Words
Version
Input
https://github.com/AvaloniaUI/Avalonia/blob/1c792b294f82b26396e4f91032a2b535ea9c0669/src/Avalonia.Controls/Button.cs#L512
Output
Note
Please pay attention to the whitespace surrounding
FlyoutBase
.This issue occurs in version 17, and it does not exist in version 16.
The text was updated successfully, but these errors were encountered: