diff --git a/reference_guide/api_changes/api_changes_list_2020.md b/reference_guide/api_changes/api_changes_list_2020.md index 04b45aea8..22187037b 100644 --- a/reference_guide/api_changes/api_changes_list_2020.md +++ b/reference_guide/api_changes/api_changes_list_2020.md @@ -73,3 +73,8 @@ Please see [Incompatible API Changes](/reference_guide/api_changes_list.md) on h `com.intellij.psi.stubs.PrebuiltStubsProviderBase` class now extends `com.intellij.index.PrebuiltIndexProvider` and inherits its abstract method `getIndexRoot()` : Use `com.intellij.psi.stubs.PlatformPrebuiltStubsProviderBase` instead. +`com.intellij.psi.PsiElementVisitor` method `visitElement` parameter marked `@NotNull`. +: Remove `?`s in your Kotlin code. + +`com.intellij.codeInspection.unused.ImplicitPropertyUsageProvider` method `isUsed` parameter marked `@NotNull`. +: Remove `?`s in your Kotlin code. \ No newline at end of file