Copy to interface just companion object public const properties
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ package test
|
||||
interface Test {
|
||||
|
||||
companion object {
|
||||
public val valProp: Int = 10
|
||||
public const val valProp: Int = 10
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user