Skip to content

Instantly share code, notes, and snippets.

@paraya3636
Created February 16, 2018 09:12
Show Gist options
  • Save paraya3636/8487c1cfe3d708b4d47a65c978f9da1d to your computer and use it in GitHub Desktop.
Save paraya3636/8487c1cfe3d708b4d47a65c978f9da1d to your computer and use it in GitHub Desktop.
Crash free j2k
fun variableNullability(variable: PsiVariable): Nullability = Nullability.Nullable
fun methodNullability(method: PsiMethod): Nullability = Nullability.Nullable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment