12 lines
265 B
Kotlin
Vendored
12 lines
265 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
// FIR_DISABLE_LAZY_RESOLVE_CHECKS
|
|
// 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
|
|
)
|