without Bare Source Type
fun <T : KoSourceTypeProvider> List<T>.withoutBareSourceType(name: String, vararg names: String): List<T>
List containing declarations without bare source type.
Return
A list containing declarations without specified base source types.
Parameters
name
The bare source type name to exclude.
names
The bare source type name(s) to exclude.
List containing declarations without bare source type.
Return
A list containing declarations without specified base source types.
Parameters
names
The bare source type name(s) to exclude.