FILE: builderInferenceAndCoercionToUnit.kt public final class DropDownComponent : R|kotlin/Any| { public constructor(initialValues: R|kotlin/collections/List|): R|DropDownComponent| { super() } public final val initialValues: R|kotlin/collections/List| = R|/initialValues| public get(): R|kotlin/collections/List| } public final fun test(strings: R|kotlin/collections/List|): R|kotlin/Unit| { lval dropDown: R|DropDownComponent| = R|/DropDownComponent.DropDownComponent|(R|kotlin/collections/buildList|( = buildList@fun R|kotlin/collections/MutableList|.(): R|kotlin/Unit| { this@R|special/anonymous|.R|SubstitutionOverride|(R|/strings|) } )) }