Files
2023-11-20 10:32:05 +00:00

8 lines
150 B
Kotlin
Vendored

// FIR_IDENTICAL
// ISSUE: KT-60604
private const val MESSAGE = "This is deprecated"
@Deprecated(MESSAGE)
inline fun hello(f: () -> Int): Int = f()