blob: 8604e3b9229bd153b93abde41552ab66cbdad395 [file] [log] [blame]
/**
* generic function
* @param T the first type parameter
*/
public fun <T : R, R> generic() {
}