blob: 1406adb8c2362a1f14794e837b2503befb0a241b [file]
// RUN_PIPELINE_TILL: BACKEND
class C(val map: MutableMap<String, Any>) {
var foo by map
}
var bar by hashMapOf<String, Any>()
/* GENERATED_FIR_TAGS: classDeclaration, nullableType, primaryConstructor, propertyDeclaration, propertyDelegate, setter */