mirror of
https://github.com/github/codeql.git
synced 2025-12-30 07:36:34 +01:00
8 lines
176 B
Java
8 lines
176 B
Java
package fields;
|
|
|
|
public class FieldTest {
|
|
float ff, g = 2.3f, hhh;
|
|
static Object obj = null, obj2;
|
|
@SuppressWarnings("rawtypes") java.util.List l, m;
|
|
}
|