poohbar
T -> T
T? -> T?
edrd
T?
fun <T> foo(bar: T): T
foo<Int?>(3)
Int?
Int
fun <T : Int?> ...
A modern programming language that makes developers happier.