Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0c8f3faeecbeecb0d1430ef2b86dd192a029711c
/
.
/
compiler
/
testData
/
loadJava
/
compiledJava
/
annotations
/
JavaDocDeprecated.java
blob: b7cd0889ef2a192b20336b6f2dcdb47a4724f52e [
file
]
// SKIP_IN_RUNTIME_TEST
package
test
;
/**
* @deprecated
*/
public
class
JavaDocDeprecated
{
/**
* @deprecated
*/
public
String
getFoo
(
String
text
)
{
return
text
;
}
}