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 { }
|
||||
|
||||
Deprecated fun MyClass.rangeTo(i: MyClass): IntIterator {
|
||||
deprecated("'fun rangeTo(i : MyClass)' is deprecated") fun MyClass.rangeTo(i: MyClass): IntIterator {
|
||||
throw Exception()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user