Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b7de3709e46eb073303a1e8aac4c22656e4f2863
/
.
/
compiler
/
testData
/
compileJavaAgainstKotlin
/
class
/
kt4050.kt
blob: 3fce742cf7a5e4233cc500690e49d21de4a53821 [
file
]
package
test
annotation
class
AAA
enum
class
MyEnum
(
@param
:
AAA
@property
:
Deprecated
(
""
)
val ord
:
Int
)
{
ENTRY
(
239
);
fun f
(
@java
.
lang
.
Deprecated
p
:
Int
)
{
}
}