Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fa6706d92e6b4fd10bdb26da483b20467cd68a42
/
.
/
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
;
}
}