We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4cfdd1 commit 4a9b335Copy full SHA for 4a9b335
1 file changed
Clojure/Clojure/CljCompiler/Compiler.cs
@@ -505,7 +505,7 @@ public static Symbol resolveSymbol(Symbol sym)
505
506
Type ot = o as Type;
507
if (ot != null)
508
- return Symbol.intern(null, Util.NameForType(ot));
+ return Symbol.intern(null, ot.FullName);
509
510
if (o is Var ov)
511
return Symbol.intern(ov.Namespace.Name.Name, ov.Symbol.Name);
0 commit comments