Files
kotlin/compiler/testData/loadJava/annotation/AnnotatedMethod.txt
Natalia.Ukhorskaya 62d8153ada Map java.land.Deprecated to jet.deprecated
Change testData for deprecated annotation
 #KT-2947 Fixed
2012-10-18 19:14:04 +04:00

7 lines
227 B
Plaintext

namespace test
public open class test.AnnotatedMethod : java.lang.Object {
public final /*constructor*/ fun <init>(): test.AnnotatedMethod
public open jet.deprecated(value = "Deprecated in Java") fun f(): jet.Tuple0
}