Map java.land.Deprecated to jet.deprecated
Change testData for deprecated annotation #KT-2947 Fixed
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
package test
|
||||
|
||||
public open class AnnotatedMethod() : java.lang.Object() {
|
||||
public open Deprecated fun f(): Unit { }
|
||||
public open deprecated("Deprecated in Java") fun f(): Unit { }
|
||||
}
|
||||
|
||||
@@ -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