Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
nj2k
/
testData
/
newJ2k
/
annotations
/
primaryConstructorAnnotation.java
blob: d7884d7a6e0344a03c4d8d41aa70852e2c96cc92 [
file
] [
log
] [
blame
]
class
C
{
@Deprecated
public
C
()
{
}
}