Files
kotlin-fork/plugins/uast-kotlin/testData/DeprecatedHidden.render.txt
T

11 lines
242 B
Plaintext
Vendored

package test.pkg
public final class Test {
public final fun test1() : void {
}
public fun Test() = UastEmptyExpression
@kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "nothing")
fun test2() : void {
}
}