• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1=== test/B.java ===
2package test;
3
4public class B {
5  public static final int CONST = true ? 42 : 0;
6}
7