Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghuan committed May 11, 2019
1 parent 5e9fdc5 commit adbedd9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CSharp.lua/LuaSyntaxGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1690,6 +1690,9 @@ internal LuaExpressionSyntax GetTypeName(ISymbol symbol, LuaSyntaxNodeTransform
}
return luaExpression;
}
case SymbolKind.DynamicType: {
return LuaIdentifierNameSyntax.Object;
}
}

var namedTypeSymbol = (INamedTypeSymbol)symbol;
Expand Down

0 comments on commit adbedd9

Please sign in to comment.