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 fae547d commit df393a9Copy full SHA for df393a9
src/UnityUxmlGenerator/UxmlGenerator.Widgets.cs
@@ -164,6 +164,7 @@ private static FieldDeclarationSyntax FieldWidget(
164
{
165
var variableDeclaration = VariableDeclarator(Identifier(identifier));
166
167
+ // TODO: Change to BaseObjectCreationExpressionSyntax.
168
if (initializer is not null)
169
170
variableDeclaration = variableDeclaration.WithInitializer(EqualsValueClause(ImplicitObjectCreationExpression()
0 commit comments