7f627ab480
These are mostly mechanical changes.
8 lines
141 B
Kotlin
Vendored
8 lines
141 B
Kotlin
Vendored
package test.pkg
|
|
class Test {
|
|
fun test1() { }
|
|
|
|
@Deprecated(level = DeprecationLevel.HIDDEN, message="nothing")
|
|
fun test2() { }
|
|
}
|