Analyze Data Flow: Initial implementation
#KT-11994 In Progress
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
// FLOW: IN
|
||||
|
||||
class A {
|
||||
val <caret>x: Int
|
||||
|
||||
init {
|
||||
x = 1
|
||||
}
|
||||
|
||||
val y = x
|
||||
|
||||
fun test() {
|
||||
val y = x
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user