JVM_IR. Deprecate public access to @JvmField/const fields in private companions
#KT-25009
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
class Foo {
|
||||
@field:java.lang.Deprecated
|
||||
val bar: String = "123"
|
||||
|
||||
@java.lang.Deprecated
|
||||
val bar2: String = "123"
|
||||
|
||||
@java.lang.Deprecated
|
||||
fun test() {}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user