mirror of
https://github.com/github/codeql.git
synced 2026-01-08 20:20:34 +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;
|
|
}
|
|
} |