// version 1.1.2 import package1.f // import f from package `package1` fun main(args: Array) { f() // invoke f without qualification }