69c024a5ce
All symbols except member callables can be deprecated if they have non-empty annotation list ^KT-56800 fixed
8 lines
156 B
Kotlin
Vendored
8 lines
156 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
annotation class NoArg
|
|
|
|
open class Base(val s: String)
|
|
|
|
@NoArg
|
|
class <!NO_NOARG_CONSTRUCTOR_IN_SUPERCLASS!>Derived<!>(s: String) : Base(s)
|