with Local Class Named
fun <T : KoLocalClassProvider> List<T>.withLocalClassNamed(name: String, vararg names: String): List<T>
List containing declarations that have at least one local class with the specified name(s).
Return
A list containing declarations with at least one of the specified local class(es).
Parameters
name
The name of the local class to include.
names
The names of additional local classes to include.
List containing declarations that have at least one local class with the specified name(s).
Return
A list containing declarations with at least one of the specified local class(es).
Parameters
names
The names of additional local classes to include.