// FUNCTION: foo package test fun bar(): Int { return -1 } fun foo(): Int { return 0 }