// "Import" "true" // WITH_RUNTIME // ERROR: Expression 'topVal' of type 'SomeType' cannot be invoked as a function. The function 'invoke()' is not found package mig import another.invoke import another.topVal fun use() { topVal() }