Analyze Data Flow: Support cross-language analysis
#KT-16833 Fixed
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
class A {
|
||||
int foo() {
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
||||
class C extends B {
|
||||
int foo() {
|
||||
return 3;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user