예:
import foo.Foo as Bar fun main() { foo.Foo() }
빠른 수정 적용 후:
import foo.Foo as Bar fun main() { Bar() }