Old JVM: support init blocks in inline classes
#KT-28055 Fixed
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
// IGNORE_BACKEND: JVM
|
||||
// IGNORE_BACKEND: JS_IR
|
||||
// IGNORE_LIGHT_ANALYSIS
|
||||
|
||||
inline class IC(val i: Int) {
|
||||
init {
|
||||
|
||||
Reference in New Issue
Block a user