KT-59325 [SLC] Fix generation of fields from companion objects
This commit is contained in:
committed by
Space Team
parent
190d49a1e0
commit
9f763deea1
Vendored
+1
-1
@@ -2,7 +2,7 @@
|
||||
|
||||
interface TraitClassObjectField {
|
||||
companion object {
|
||||
const val x: String? = ""
|
||||
const val x: String = ""
|
||||
private val y: String? = { "" }()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user