mirror of
https://github.com/github/codeql.git
synced 2026-08-03 08:52:55 +02:00
11 lines
182 B
Java
Generated
11 lines
182 B
Java
Generated
// Generated automatically from groovy.lang.Writable for testing purposes
|
|
|
|
package groovy.lang;
|
|
|
|
import java.io.Writer;
|
|
|
|
public interface Writable
|
|
{
|
|
Writer writeTo(Writer p0);
|
|
}
|