diff --git a/kotlin-native/performance/swiftinterop/swiftSrc/benchmarks.swift b/kotlin-native/performance/swiftinterop/swiftSrc/benchmarks.swift index 4cc49657bb6..3b369d81937 100644 --- a/kotlin-native/performance/swiftinterop/swiftSrc/benchmarks.swift +++ b/kotlin-native/performance/swiftinterop/swiftSrc/benchmarks.swift @@ -23,7 +23,7 @@ class SimpleCost: Cost { return SimpleCost(cost: value - otherInstance.value) } - func compareTo(other: Cost) -> Int32 { + func compareTo(other_ other: Cost) -> Int32 { let otherInstance = other as! SimpleCost if (value < otherInstance.value) { return -1