mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
Leaking parameters are parameters that "leak" into @NotNull/@Contract annotations. If a parameter doesn't leak, it cannot be @NotNull and cannot contribute to @Contract annotations. Inference is run only for leaking parameters.