mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
Add tests for Android flow steps
This commit is contained in:
9
java/ql/test/stubs/google-android-9.0.0/android/util/Printer.java
generated
Normal file
9
java/ql/test/stubs/google-android-9.0.0/android/util/Printer.java
generated
Normal file
@@ -0,0 +1,9 @@
|
||||
// Generated automatically from android.util.Printer for testing purposes
|
||||
|
||||
package android.util;
|
||||
|
||||
|
||||
public interface Printer
|
||||
{
|
||||
void println(String p0);
|
||||
}
|
||||
Reference in New Issue
Block a user