mirror of
https://github.com/github/codeql.git
synced 2025-12-21 19:26:31 +01:00
7 lines
152 B
Java
7 lines
152 B
Java
@AllDefaultsAnnotation
|
|
public class User {
|
|
|
|
public static void test() { new AllDefaultsConstructor(); new AllDefaultsExplicitNoargConstructor(); }
|
|
|
|
}
|