Added extra space after function type arguments list in DescriptorRenderer. Added test.

This commit is contained in:
Evgeny Gerashchenko
2012-04-19 22:53:42 +04:00
parent 1f7c435a24
commit 90ac45f3f9
2 changed files with 7 additions and 1 deletions
@@ -388,6 +388,7 @@ public class DescriptorRenderer implements Renderer<DeclarationDescriptor> {
}
}
builder.append(">");
return true;
}
return false;
}