We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 117b14a commit ef4c7f2Copy full SHA for ef4c7f2
1 file changed
SymbolGenerator/Commands/MainCommand.cs
@@ -159,13 +159,6 @@ public ValueTask ExecuteAsync(IConsole console)
159
annotationsData[location.File] = [];
160
annotationsData[location.File].Add(processed.Data);
161
162
- //if (processed.Data is FunctionSymbolModel function && processed.Target is ASTMethod method)
163
- //{
164
- // if (method.IsConstructor) {
165
-
166
- // }
167
- //}
168
169
if (processed.Data is VirtualTableSymbolModel vtable && processed.Target is ASTClass cls)
170
{
171
// Create helper symbol $vtable_for_X$ for virtual tables
0 commit comments