[KAPT+JVM_IR] Do not generate initializers for delegated properties.
^KT-54870 Fixed
This commit is contained in:
committed by
Alexander Udalov
parent
9dab8637a8
commit
30002e29d1
@@ -1,4 +1,3 @@
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
// CORRECT_ERROR_TYPES
|
||||
|
||||
import kotlin.reflect.KProperty
|
||||
@@ -33,7 +32,6 @@ class Test {
|
||||
}
|
||||
|
||||
val concreteDelegate: Int by ConcreteDelegate()
|
||||
|
||||
}
|
||||
|
||||
var delegate by object {
|
||||
|
||||
Reference in New Issue
Block a user