Copy to interface just companion object public const properties
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ public object KotlinObject {
|
||||
|
||||
public interface StaticFieldInClassObjectInTrait {
|
||||
companion object {
|
||||
public val XX: String = "xx"
|
||||
public const val XX: String = "xx"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user