Yan Zhulanow
|
187ca71dc6
|
NoArg: Fix compatibility with sealed classes with non-zero-parameter constructors (KT-19687)
Also check if a class has a sealed super class properly.
|
2017-09-06 17:40:20 +03:00 |
|
Yan Zhulanow
|
9a5a003d0a
|
NoArg: Fix IllegalAccessError on instantiating sealed class child via Java reflection (KT-18245)
|
2017-08-02 03:21:16 +03:00 |
|
Yan Zhulanow
|
b99007961f
|
NoArg: Do not invoke initializers by default. Require "invokeInitializers" option to be set explicitly (KT-18667, KT-18668)
|
2017-07-12 00:17:24 +03:00 |
|
Yan Zhulanow
|
254e8156ac
|
NoArg: Initialize properties in noarg constructor (KT-16692)
|
2017-05-04 18:46:42 +03:00 |
|