Files
kotlin-fork/idea/resources/inspectionDescriptions/ConflictingExtensionProperty.html
T
Valentin Kipyatkov 73da457798 Changes on code reivew
2015-09-03 15:55:59 +03:00

6 lines
270 B
HTML

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