Use new default settings for java nullability annotations in JavaTypeEnhancementState and get rid of all hardcoded defaults

This commit is contained in:
Victor Petukhov
2021-06-01 12:21:24 +03:00
parent 8e7c0e8c61
commit 46d0b16142
27 changed files with 218 additions and 305 deletions
@@ -121,7 +121,7 @@ public class KtTestUtil {
if (otherProp != null) {
return getJdkHome(otherProp, null, prop);
} else {
return new File("/Library/Java/JavaVirtualMachines/jdk-15.jdk/Contents/Home");
throw new AssertionError("Environment variable " + propToReport + " is not set!");
}
}
return new File(jdk);