Review fixes

This commit is contained in:
Pavel Punegov
2018-02-22 16:57:57 +03:00
committed by Pavel Punegov
parent 8352e5f7d9
commit 45985d9a7f
5 changed files with 40 additions and 50 deletions
@@ -1,4 +1,4 @@
// IGNORE_BACKEND: JS!
// IGNORE_BACKEND: JS
inline fun less(a: Comparable<Double>, b: Double): Boolean {
return a < b