Expose script parameters from descriptor explicitly...
and universally as ValueParameterDescriptors; update implementation accordingly
This commit is contained in:
@@ -724,7 +724,7 @@ open class WrappedScriptDescriptor : ScriptDescriptor, WrappedDeclarationDescrip
|
||||
}
|
||||
|
||||
override fun getDefaultFunctionTypeForSamInterface(): SimpleType? {
|
||||
TODO("not implemented")
|
||||
TODO("not yet implemented")
|
||||
}
|
||||
|
||||
override fun isDefinitelyNotSamInterface(): Boolean {
|
||||
@@ -735,6 +735,18 @@ open class WrappedScriptDescriptor : ScriptDescriptor, WrappedDeclarationDescrip
|
||||
TODO("Not yet implemented")
|
||||
}
|
||||
|
||||
override fun getExplicitConstructorParameters(): MutableList<ValueParameterDescriptor> {
|
||||
TODO("Not yet implemented")
|
||||
}
|
||||
|
||||
override fun getImplicitReceiversParameters(): MutableList<ValueParameterDescriptor> {
|
||||
TODO("Not yet implemented")
|
||||
}
|
||||
|
||||
override fun getScriptProvidedPropertiesParameters(): MutableList<ValueParameterDescriptor> {
|
||||
TODO("Not yet implemented")
|
||||
}
|
||||
|
||||
override fun getImplicitReceivers(): MutableList<ClassDescriptor> {
|
||||
TODO("Not yet implemented")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user