Writing/reading constants map fully to avoid hash collisions.

Original commit: e1f6fc55c5
This commit is contained in:
Evgeny Gerashchenko
2014-06-19 19:25:30 +04:00
parent e6f2f89255
commit ca6e2cbf90
3 changed files with 73 additions and 14 deletions
@@ -1,3 +1,4 @@
package test
val CONST = "foo"
// Old and new constant values are different, but their hashes are the same
val CONST = "BF"
@@ -1,3 +1,4 @@
package test
val CONST = "bar"
// Old and new constant values are different, but their hashes are the same
val CONST = "Ae"