Fold standard flexible types in shortNames mode

This commit is contained in:
Andrey Breslav
2014-08-26 17:20:21 +04:00
parent 220c360081
commit 920769d36d
@@ -345,7 +345,7 @@ public class DescriptorRendererImpl implements DescriptorRenderer {
return lowerRendered + "!";
}
String kotlinPrefix = "kotlin.";
String kotlinPrefix = !shortNames ? "kotlin." : "";
String mutablePrefix = "Mutable";
// java.util.List<Foo> -> (Mutable)List<Foo!>!
String simpleCollection = replacePrefixes(