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