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