jkbbwr
typealias init = (Int) -> Int fun main(args: Array<String>) { val a: init? = null }
beholder
GauthierPLM
((A) -> B)?
(A) ->? B
(A) ?-> B