KT-10631 Consider creating a synthetic property even when the setter returns 'this'
#KT-10631 Fixed
This commit is contained in:
-1
@@ -155,7 +155,6 @@ class JavaSyntheticPropertiesScope(storageManager: StorageManager, private val l
|
||||
|
||||
return parameter.varargElementType == null
|
||||
&& descriptor.typeParameters.isEmpty()
|
||||
&& descriptor.returnType?.let { it.isUnit() } ?: false
|
||||
&& descriptor.visibility.isVisibleOutside()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user