Can be parameter inspection: use in selector position is now always handled as "property use"
This commit is contained in:
committed by
Mikhail Glukhikh
parent
795b92461e
commit
64ae9af3a4
@@ -116,4 +116,8 @@ class UsedInDelegate(val x: Int) {
|
||||
val y: Int by lazy {
|
||||
x * x
|
||||
}
|
||||
}
|
||||
// NO
|
||||
class UsedInParent(val x: UsedInParent?) {
|
||||
val y = x?.x
|
||||
}
|
||||
Reference in New Issue
Block a user