Suspicious 'var' property: do not report when property has default getter
#KT-30565 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
a26df4b4c6
commit
0cf641398c
@@ -0,0 +1,5 @@
|
||||
// PROBLEM: none
|
||||
class Test {
|
||||
<caret>var foo: Int? = null
|
||||
get
|
||||
}
|
||||
Reference in New Issue
Block a user