// WITH_RUNTIME // IS_APPLICABLE: false fun foo() { Math.max(1, 2) } object Math { fun max(a: Int, b: Int) = 0 }