Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ed7ee67e4e1513f9b3ba9587b6d6e950e7a1da7f
/
.
/
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
)
{
}
}