69c024a5ce
All symbols except member callables can be deprecated if they have non-empty annotation list ^KT-56800 fixed
11 lines
230 B
Kotlin
Vendored
11 lines
230 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
// WITH_STDLIB
|
|
|
|
annotation class AllOpen
|
|
|
|
@AllOpen
|
|
annotation class ConsoleCommands(
|
|
val <!NON_FINAL_MEMBER_IN_FINAL_CLASS!>value<!>: String = "",
|
|
val <!NON_FINAL_MEMBER_IN_FINAL_CLASS!>scope<!>: String
|
|
)
|