5cd3f8bb97
#KT-60604 Fixed
8 lines
150 B
Kotlin
Vendored
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()
|