Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Alexander Nozik 2020-10-17 17:22:59 +03:00
commit c0348dd06f

View File

@ -91,5 +91,5 @@ public open class MetaScheme(
public fun Meta.asScheme(): MetaScheme = MetaScheme(this)
public fun <T : Configurable> Meta.toScheme(spec: Specification<T>, block: T.() -> Unit): T =
public fun <T : Configurable> Meta.toScheme(spec: Specification<T>, block: T.() -> Unit = {}): T =
spec.wrap(this).apply(block)