Redundant getter / setter inspection #KT-19514 Fixed (#1282)

This commit is contained in:
Toshiaki Kameyama
2017-09-06 00:27:56 +09:00
committed by Dmitry Jemerov
parent a3060f1073
commit e01371b231
34 changed files with 423 additions and 0 deletions
@@ -0,0 +1,4 @@
// PROBLEM: none
class Test {
val x: Int <caret>get() = 10
}