mirror of
https://github.com/github/codeql.git
synced 2025-12-19 10:23:15 +01:00
12 lines
215 B
Java
Generated
12 lines
215 B
Java
Generated
// Generated automatically from kotlin.Unit for testing purposes
|
|
|
|
package kotlin;
|
|
|
|
|
|
public class Unit
|
|
{
|
|
protected Unit() {}
|
|
public String toString(){ return null; }
|
|
public static Unit INSTANCE = null;
|
|
}
|