Intention&inspection to use synthetic property instead of get/set method call

This commit is contained in:
Valentin Kipyatkov
2015-07-08 23:12:44 +03:00
parent a014f5c8db
commit bfdc74ce74
27 changed files with 365 additions and 0 deletions
@@ -0,0 +1,5 @@
<html>
<body>
This inspection replaces calls to java get and set methods with use of Kotlin synthetic properties.
</body>
</html>