Uast: tests for suspend and DeprecationLevel.HIDDEN functions appears in Uast tree (KT-27806, KT-32031)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package test.pkg
|
||||
class Test {
|
||||
fun test1() { }
|
||||
|
||||
@Deprecated(level = DeprecationLevel.HIDDEN, message="nothing")
|
||||
fun test2() { }
|
||||
}
|
||||
Reference in New Issue
Block a user