Sign in
android
/
toolchain
/
jdk
/
jdk21
/
HEAD
/
.
/
test
/
langtools
/
tools
/
javac
/
danglingDep
/
DepX.java
blob: 896ddd3733fd555b9e99117ecf7c181caa643341 [
file
] [
log
] [
blame
]
/*
* control test (2): verify that compiler handles at-deprecated correctly
* @test /nodynamiccopyright/
* @clean X DepX refX
* @compile/ref=DepX.out -XDrawDiagnostics DepX.java RefX.java
*/
class
DepX
{
}
/**
* X.
* @deprecated
*/
class
X
{
}