How to annotate higher-order typealias param? Some...
# android
t
How to annotate higher-order typealias param? Something like this is not valid:
Copy code
typealias StringProvider = (@StringRes Int) -> String