Redundant getter: fix false positive for 'external' getter
#KT-29416 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
3b57ceeafe
commit
779d536605
@@ -0,0 +1,5 @@
|
||||
// PROBLEM: none
|
||||
class Foo {
|
||||
val foo: String
|
||||
external <caret>get
|
||||
}
|
||||
Reference in New Issue
Block a user