JS: prevent Any.equals from mangling

This commit is contained in:
Alexey Andreev
2016-12-07 18:43:21 +03:00
parent a2d45153ba
commit cc819928de
7 changed files with 61 additions and 19 deletions
@@ -54,7 +54,7 @@ fun test(expected: String, f: () -> Unit) {
}
}
val STABLE_EQUALS = "equals_za3rmp$"
val STABLE_EQUALS = "equals"
val STABLE_HASH_CODE = "hashCode"
val STABLE_TO_STRING = "toString"
val STABLE_EQUALS_2 = "equals_wn2jw4$"