Merge branch 'master' into ElliotM-for-loop-indices

This commit is contained in:
Valentin Kipyatkov
2015-07-21 11:25:49 +03:00
2590 changed files with 40117 additions and 17620 deletions
@@ -0,0 +1,3 @@
fun foo(thread: Thread) {
<spot>thread.daemon = true</spot>
}
@@ -0,0 +1,3 @@
fun foo(thread: Thread) {
<spot>thread.setDaemon(true)</spot>
}
@@ -0,0 +1,5 @@
<html>
<body>
This inspection replaces calls to java get and set methods with use of Kotlin synthetic properties.
</body>
</html>