Analyze Data Flow: Support cross-language analysis
#KT-16833 Fixed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class D {
|
||||
void test() {
|
||||
int foo = TopLevelVarKt.getFoo();
|
||||
TopLevelVarKt.setFoo(3);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user