File: OtherPkg.java

package info (click to toggle)
mauve 20161030-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 44,628 kB
  • ctags: 35,425
  • sloc: java: 336,555; sh: 2,834; xml: 208; makefile: 72
file content (20 lines) | stat: -rw-r--r-- 218 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
package gnu.testlet.java.lang.reflect.sub;

public class OtherPkg
{
  static void g()
  {
  }
  
  void h()
  {
  }
  
  protected void i()
  {
  }
  
  static char j = 'j';
  char k = 'k';
  protected char l = 'l';
}