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