Map java.land.Deprecated to jet.deprecated
Change testData for deprecated annotation #KT-2947 Fixed
This commit is contained in:
@@ -2,5 +2,5 @@ namespace test
|
||||
|
||||
public open class test.AnnotatedMethod : java.lang.Object {
|
||||
public final /*constructor*/ fun <init>(): test.AnnotatedMethod
|
||||
public open java.lang.Deprecated() fun f(): jet.Tuple0
|
||||
public open jet.deprecated(value = "Deprecated in Java") fun f(): jet.Tuple0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user