62d8153ada
Change testData for deprecated annotation #KT-2947 Fixed
7 lines
227 B
Plaintext
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
|
|
}
|