10 lines
190 B
Kotlin
Vendored
10 lines
190 B
Kotlin
Vendored
// IGNORE_FIR
|
|
|
|
@file:[<caret>D("message")]
|
|
|
|
package foo
|
|
|
|
import kotlin.Deprecated as D
|
|
|
|
// REF: (in kotlin.Deprecated).Deprecated(kotlin.String, kotlin.ReplaceWith, kotlin.DeprecationLevel)
|