Closed LemonNekoGH closed 6 months ago
The code generator will throw error CS0138 when source code contains type alias like this:
CS0138
using A = B.C;
Here is the minimum produce code: SuperNodeAliasUsingIssue.zip
I think this issue is similar to #17
The code generator will throw error
CS0138
when source code contains type alias like this:Here is the minimum produce code: SuperNodeAliasUsingIssue.zip
I think this issue is similar to #17