例:
import foo.Foo as Bar fun main() { foo.Foo() }
クイックフィックス適用後:
import foo.Foo as Bar fun main() { Bar() }