mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-04 08:31:30 +00:00
Deprecate deprecated in favor of Deprecated
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package test
|
||||
|
||||
kotlin.deprecated(value = "Deprecated in Java") public open class JavaDocDeprecated {
|
||||
kotlin.Deprecated(value = "Deprecated in Java") public open class JavaDocDeprecated {
|
||||
public constructor JavaDocDeprecated()
|
||||
kotlin.deprecated(value = "Deprecated in Java") public open fun getFoo(/*0*/ p0: kotlin.String!): kotlin.String!
|
||||
kotlin.Deprecated(value = "Deprecated in Java") public open fun getFoo(/*0*/ p0: kotlin.String!): kotlin.String!
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user