Created
February 16, 2018 09:12
-
-
Save paraya3636/8487c1cfe3d708b4d47a65c978f9da1d to your computer and use it in GitHub Desktop.
Crash free j2k
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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