Writing/reading constants map fully to avoid hash collisions.
Original commit: e1f6fc55c5
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user