File: import_aux2.bsh

package info (click to toggle)
bsh 2.0b4-20
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 4,224 kB
  • sloc: java: 23,431; xml: 4,500; sh: 139; makefile: 24
file content (11 lines) | stat: -rw-r--r-- 248 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/java bsh.Interpreter

/*
	This test is intended to be run *after* import_test1.bsh
	to see if imports leak.

	We haven't imported mypackage.* so we should not see MyClass
*/

myClassVisible = ( this.namespace.getClass("MyClass") != null );