Dmitry Petrov
|
89a0b3e944
|
Check class source in bytecode listing tests
|
2020-07-27 19:13:37 +03:00 |
|
Dmitry Petrov
|
2e31f95554
|
Update testData
|
2020-07-20 20:04:32 +03:00 |
|
Dmitry Petrov
|
3f266aafb4
|
JVM: no nullability annotations on private and synthetic fields
|
2020-06-25 22:31:12 +03:00 |
|
Dmitry Petrov
|
e9231b5624
|
JVM: Generate object and companion object INSTANCE fields as @NotNull
|
2020-06-22 16:28:00 +03:00 |
|
Dmitry Petrov
|
ea7b5827ab
|
Minor: update testData for bytecode listing tests
|
2020-02-27 13:36:24 +03:00 |
|
Yan Zhulanow
|
0dda7bd7ca
|
NoArg: Update test data (enum constructors are now private)
|
2018-12-12 21:40:44 +09:00 |
|
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 |
|
Yan Zhulanow
|
e626b121ad
|
NoArg: Add compiler plugin
|
2016-12-09 20:01:10 +03:00 |
|