Map java.land.Deprecated to jet.deprecated
Change testData for deprecated annotation #KT-2947 Fixed
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class MyClass() {
|
||||
val test: Int
|
||||
[Deprecated] get(): Int { return 0 }
|
||||
[deprecated("")] get(): Int { return 0 }
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user