We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a76e58b commit dcb8f71Copy full SHA for dcb8f71
src/main/kotlin/com/lambda/config/groups/SettingGroup.kt
@@ -71,8 +71,8 @@ abstract class SettingGroup(val c: Configurable) {
71
72
@SettingEditorDsl
73
internal inline fun <T : Any, R : Any> editTypedWith(
74
- other: KProperty0<R>,
75
vararg settings: KProperty0<T>,
+ other: KProperty0<R>,
76
edits: TypedEditBuilder<T>.(AbstractSetting<R>) -> Unit
77
) = TypedEditBuilder(settings.map { it.delegate } as List<AbstractSetting<T>>, c).edits(other.delegate as AbstractSetting<R>)
78
0 commit comments