Redundant getter: fix false positive for 'external' getter

#KT-29416 Fixed
This commit is contained in:
Toshiaki Kameyama
2019-02-19 16:38:22 +09:00
committed by Mikhail Glukhikh
parent 3b57ceeafe
commit 779d536605
3 changed files with 18 additions and 4 deletions
@@ -0,0 +1,5 @@
// PROBLEM: none
class Foo {
val foo: String
external <caret>get
}