Convert member to extension: do not suggest for delegated properties

#KT-35128 Fixed
This commit is contained in:
Toshiaki Kameyama
2019-11-28 23:44:43 +09:00
committed by Nikita Bobko
parent 46fccae7d1
commit c91858d470
3 changed files with 11 additions and 1 deletions
@@ -0,0 +1,5 @@
// IS_APPLICABLE: false
// WITH_RUNTIME
open class XdProject {
val haha<caret>: String by lazy { "gogog" }
}