Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b32f408767cf86efaa65eb02699fe00bd61d99a6
/
.
/
compiler
/
testData
/
loadJava
/
compiledKotlin
/
annotations
/
AnnotatedMethod.txt
blob: 90df176b0c3f2a1d3ae9cca0e4178cafcb5aa28c [
file
]
package test
public open class AnnotatedMethod {
/*primary*/ public constructor AnnotatedMethod()
@kotlin.Deprecated(message = "Deprecated in Java") public open fun f(): kotlin.Unit
}