mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-04 15:51:54 +00:00
Mapping of JavaDoc deprecated to Kotlin Deprecated + a pair of tests
This commit is contained in:
6
compiler/testData/loadJava/compiledJava/annotations/JavaDocDeprecated.txt
vendored
Normal file
6
compiler/testData/loadJava/compiledJava/annotations/JavaDocDeprecated.txt
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
package test
|
||||
|
||||
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!
|
||||
}
|
||||
Reference in New Issue
Block a user