Analyze Data Flow: Support cross-language analysis
#KT-16833 Fixed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class J {
|
||||
void foo(int n) {
|
||||
int y = n;
|
||||
new K().bar(y);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user