mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-23 15:51:59 +00:00
7 lines
268 B
Plaintext
Vendored
7 lines
268 B
Plaintext
Vendored
package test
|
|
|
|
@kotlin.Deprecated(message = "Deprecated in Java") public open class JavaDocDeprecated {
|
|
public constructor JavaDocDeprecated()
|
|
@kotlin.Deprecated(message = "Deprecated in Java") public open fun getFoo(/*0*/ p0: kotlin.String!): kotlin.String!
|
|
}
|