a06bffc4b9
Report warning if old JVM backend is used, and error for JVM IR, which is supposed to be enabled as default in the next Kotlin release. #KT-43725 Fixed
7 lines
139 B
Kotlin
Vendored
7 lines
139 B
Kotlin
Vendored
annotation class NoArg
|
|
|
|
open class Base(val s: String)
|
|
|
|
@NoArg
|
|
class <!NO_NOARG_CONSTRUCTOR_IN_SUPERCLASS!>Derived<!>(s: String) : Base(s)
|