mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
8 lines
196 B
Java
8 lines
196 B
Java
package com.example.test;
|
|
|
|
public final class R {
|
|
public static final class id {
|
|
public static final int test7_password = 1;
|
|
public static final int test8_password = 2;
|
|
}
|
|
} |