// HIGHLIGHT: INFORMATION // PROBLEM: Use expression body instead of return fun simple(): Int { return 1 * (2 + 3) }