Add stub implementation of compileTimeInitializer in wrapped descriptors

This commit is contained in:
Mikhail Glukhikh
2019-03-29 18:17:02 +03:00
parent d736a7da6b
commit 92adfd8946
@@ -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 {