11 lines
242 B
Plaintext
Vendored
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 {
|
|
}
|
|
}
|