f766b2c473
Optimize imports to classes when there's an import of a type alias to that class with the same name. This results in "java.lang.*" imports being optimized in favor of the corresponding type aliases in "kotlin.*" which are imported by default