Merge branch 'master' into ElliotM-for-loop-indices
@@ -0,0 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
This inspection reports calls to java get and set methods that can be replaced with use of Kotlin synthetic properties.
|
||||
</body>
|
||||
</html>
|
||||
@@ -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>
|
||||
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 2.3 KiB |
|
After Width: | Height: | Size: 2.3 KiB |
|
After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 671 B |
|
Before Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 631 B |