Fix for KT-14330 java.lang.IllegalArgumentException: Parameter specified as non-null is null: method ... parameter value
#KT-14330 Fixed
This commit is contained in:
@@ -181,7 +181,7 @@ class PropertyReferenceCodegen(
|
||||
if (KotlinBuiltIns.isUnit(key)) {
|
||||
return TypeProjectionImpl(key)
|
||||
}
|
||||
return TypeProjectionImpl(key.builtIns.anyType)
|
||||
return TypeProjectionImpl(key.builtIns.nullableAnyType)
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user