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