Searched defs:notDeprecated (Results 1 – 1 of 1) sorted by relevance
1979 fun notDeprecated(vararg str: String, i: Int) = Unit in <lambda>() method1991 val notDeprecated = foo.methods().single { it.name() == "notDeprecated" } in <lambda>() constant