Sign in
code
/
edge
/
openjdk
/
refs/heads/master
/
.
/
jdk
/
test
/
java
/
lang
/
instrument
/
appendToClassLoaderSearch
/
A.1
blob: 808094712b45cbf25db9cdfae3b075610c459816 [
file
] [
log
] [
blame
] [
edit
]
/*
*%E
*
* Simple "no-op" class used by CircularityErrorTest.sh to create a circularity
* condition.
*
*/
public
interface
A
{
}