示例:
import foo.Foo as Bar fun main() { foo.Foo() }
在应用快速修复后:
import foo.Foo as Bar fun main() { Bar() }