JS: fix names in stdlib and tests WRT to new mangling algorithm
This commit is contained in:
@@ -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$"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user