Analyze Data Flow: Support cross-language analysis
#KT-16833 Fixed
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// FLOW: IN
|
||||
// RUNTIME_WITH_REFLECT
|
||||
|
||||
val foo: Int by D.INSTANCE
|
||||
|
||||
fun test() {
|
||||
val <caret>x = foo
|
||||
}
|
||||
Reference in New Issue
Block a user