Convert member to extension: do not suggest for delegated properties
#KT-35128 Fixed
This commit is contained in:
committed by
Nikita Bobko
parent
46fccae7d1
commit
c91858d470
+5
@@ -0,0 +1,5 @@
|
||||
// IS_APPLICABLE: false
|
||||
// WITH_RUNTIME
|
||||
open class XdProject {
|
||||
val haha<caret>: String by lazy { "gogog" }
|
||||
}
|
||||
Reference in New Issue
Block a user