Add tests for Android flow steps

This commit is contained in:
Chris Smowton
2021-08-10 16:38:11 +01:00
parent cd2c9e9ca3
commit fc0b18cf61
77 changed files with 4050 additions and 2632 deletions

View File

@@ -0,0 +1,9 @@
// Generated automatically from android.util.Printer for testing purposes
package android.util;
public interface Printer
{
void println(String p0);
}