withBareSourceType

fun <T : KoSourceTypeProvider> List<T>.withBareSourceType(name: String, vararg names: String): List<T>

List containing declarations with base source type.

Return

A list containing declarations with the specified bare source types.

Parameters

name

The bare source type name to include.

names

The bare source type name(s) to include.


List containing declarations with base source type.

Return

A list containing declarations with the specified bare source types.

Parameters

names

The bare source type name(s) to include.