Add stub implementation of compileTimeInitializer in wrapped descriptors
This commit is contained in:
+1
-1
@@ -761,7 +761,7 @@ open class WrappedPropertyDescriptor(
|
||||
override fun getValueParameters(): MutableList<ValueParameterDescriptor> = mutableListOf()
|
||||
|
||||
override fun getCompileTimeInitializer(): ConstantValue<*>? {
|
||||
TODO("not implemented")
|
||||
return null
|
||||
}
|
||||
|
||||
override fun isSetterProjectedOut(): Boolean {
|
||||
|
||||
Reference in New Issue
Block a user