Files
kotlin-fork/compiler
Andrey Breslav 9229062926 Do not annotate bare type parameters as @Nullable
This is to account for the case of, say

     class Function<R> { fun invoke(): R }

it would be a shame to put @Nullable on the return type of the function, and force all callers to check for null,
so we put no annotations
2014-02-07 16:41:12 -08:00
..
2014-01-16 23:40:18 +04:00
2013-12-26 13:50:10 +04:00