JS: fix names in stdlib and tests WRT to new mangling algorithm

This commit is contained in:
Alexey Andreev
2017-01-18 19:52:15 +03:00
parent 2ae46ceb4b
commit 9aeba1d5cf
9 changed files with 17 additions and 18 deletions
@@ -57,7 +57,7 @@ fun test(expected: String, f: () -> Unit) {
val STABLE_EQUALS = "equals"
val STABLE_HASH_CODE = "hashCode"
val STABLE_TO_STRING = "toString"
val STABLE_EQUALS_2 = "equals_wn2jw4$"
val STABLE_EQUALS_2 = "equals_oaftn8$"
val STABLE_HASH_CODE_2 = "hashCode_za3lpa$"
val STABLE_TO_STRING_2 = "toString_61zpoe$"