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