Fold standard flexible types in shortNames mode
This commit is contained in:
@@ -345,7 +345,7 @@ public class DescriptorRendererImpl implements DescriptorRenderer {
|
|||||||
return lowerRendered + "!";
|
return lowerRendered + "!";
|
||||||
}
|
}
|
||||||
|
|
||||||
String kotlinPrefix = "kotlin.";
|
String kotlinPrefix = !shortNames ? "kotlin." : "";
|
||||||
String mutablePrefix = "Mutable";
|
String mutablePrefix = "Mutable";
|
||||||
// java.util.List<Foo> -> (Mutable)List<Foo!>!
|
// java.util.List<Foo> -> (Mutable)List<Foo!>!
|
||||||
String simpleCollection = replacePrefixes(
|
String simpleCollection = replacePrefixes(
|
||||||
|
|||||||
Reference in New Issue
Block a user