Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
4e1f65a4173cb03ef0028d544df19e7e069c9350
/
.
/
jps-plugin
/
testData
/
incremental
/
custom
/
kotlinConstantChangedUsedInJava
/
const.kt
blob: cd3256a761215c653e59ffede86b9f983d4a78ee [
file
]
package
test
class
Klass
{
companion
object
{
// Old and new constant values are different, but their hashes are the same
const
val CONST
=
"BF"
}
}