Analyze Data Flow to Here: Java super-methods supported

This commit is contained in:
Valentin Kipyatkov
2020-02-09 23:21:01 +02:00
parent cfa1d91aa4
commit b406d85ca3
5 changed files with 36 additions and 20 deletions
+3
View File
@@ -0,0 +1,3 @@
interface JavaInterface {
void foo(int p);
}