Analyze Data Flow: Support properties with custom accessors
#KT-11994 In Progress
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// FLOW: IN
|
||||
|
||||
val foo: Int
|
||||
get() = 0
|
||||
|
||||
fun test() {
|
||||
val <caret>x = foo
|
||||
}
|
||||
Reference in New Issue
Block a user