mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 08:31:29 +00:00
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 |