Rendering for dynamic types

This commit is contained in:
Andrey Breslav
2014-11-09 23:55:31 +02:00
parent 65794183e7
commit e0bd881c1e
6 changed files with 18 additions and 4 deletions
@@ -311,6 +311,9 @@ public class DescriptorRendererImpl implements DescriptorRenderer {
if (type instanceof LazyType && debugMode) {
return type.toString();
}
if (TypesPackage.isDynamic(type)) {
return "dynamic";
}
if (TypesPackage.isFlexible(type)) {
if (debugMode) {
return renderFlexibleTypeWithBothBounds(TypesPackage.flexibility(type).getLowerBound(),