Escaping for types

This commit is contained in:
Andrey Breslav
2011-08-05 14:13:02 +04:00
parent 4c8aec3b1b
commit 7af188c9be
@@ -79,7 +79,7 @@ public class DescriptorRenderer {
} }
public String renderType(JetType type) { public String renderType(JetType type) {
return "" + type; return escape(type.toString());
} }
protected String escape(String s) { protected String escape(String s) {