Suspicious 'var' property: do not report when property has default getter

#KT-30565 Fixed
This commit is contained in:
Toshiaki Kameyama
2019-03-26 01:26:43 +09:00
committed by Mikhail Glukhikh
parent a26df4b4c6
commit 0cf641398c
3 changed files with 11 additions and 1 deletions
@@ -0,0 +1,5 @@
// PROBLEM: none
class Test {
<caret>var foo: Int? = null
get
}