Private visibility for non-const, non-jvmField class companion property backing field
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
package test
|
||||
|
||||
class Klass {
|
||||
companion object {
|
||||
// Old and new constant values are different, but their hashes are the same
|
||||
@JvmField
|
||||
val CONST = "Ae"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user