Fail with NPE on explicit 'equals' call for null platform type value

This commit is contained in:
Dmitry Petrov
2017-09-08 16:49:42 +03:00
parent 4c2cfd3ea9
commit a3c4850f0d
9 changed files with 152 additions and 7 deletions
@@ -61,6 +61,7 @@ enum class LanguageFeature(
LateinitLocalVariables(KOTLIN_1_2),
InnerClassInEnumEntryClass(KOTLIN_1_2),
CallableReferencesToClassMembersWithEmptyLHS(KOTLIN_1_2),
ConsistentExplicitEqualsForPrimitiveWrappers(KOTLIN_1_2),
JvmPackageName(KOTLIN_1_2),
RestrictionOfValReassignmentViaBackingField(KOTLIN_1_3),