ee9dd3721b
From-SVN: r26263
8 lines
113 B
Java
8 lines
113 B
Java
// Simple compiler test.
|
|
|
|
public interface Statics {
|
|
|
|
public static final int OwnerGrabButtonMask = 1<<24;
|
|
|
|
}
|