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