[NI] Add test for KT-32429
#KT-32429 Can't Reproduce
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
// TARGET_BACKEND: JVM
|
||||
// WITH_RUNTIME
|
||||
// !LANGUAGE: +NewInference
|
||||
// ISSUE: KT-32429
|
||||
|
||||
import kotlin.properties.Delegates.observable
|
||||
|
||||
class Test {
|
||||
var test by observable(0) { _, _, _ ->
|
||||
}
|
||||
}
|
||||
|
||||
fun box(): String = "OK"
|
||||
Reference in New Issue
Block a user