plus

abstract operator fun plus(scope: KoScope): KoScope

Add a scope files to this scope.

Return

a new KoScope containing the combined file declarations from this scope and the specified scope.

Parameters

scope

the scope to be added.