Restrict companion properties copying to interface by const
This commit is contained in:
Vendored
-1
@@ -7,7 +7,6 @@ class Klass {
|
||||
interface Trait {
|
||||
companion object {
|
||||
const val NAME = "Trait"
|
||||
val DEPRECATED = "DEPRECATED"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user