12 lines
146 B
Kotlin
Vendored
12 lines
146 B
Kotlin
Vendored
// a.A
|
|
package a
|
|
|
|
class A {
|
|
@Deprecated("f", level = DeprecationLevel.HIDDEN)
|
|
fun f() {
|
|
|
|
}
|
|
}
|
|
|
|
// LAZINESS:NoLaziness
|
|
// FIR_COMPARISON |