Files
kotlin-fork/idea/resources/inspectionDescriptions/ConflictingExtensionProperty.html
T

6 lines
277 B
HTML

<html>
<body>
This inspection reports extension properties that conflict with synthetic ones automatically produced from Java <b>get/set</b> methods. These properties should be either removed or renamed to avoid breaking code by future changes in the compiler.
</body>
</html>