Warn about @NotNull parameters of PyElementVisitor in 2020.3 (#313)

This commit is contained in:
Mikhail Golubev 2020-09-01 17:08:12 +03:00 committed by GitHub
parent 972f25eeb6
commit 80fa5dd816
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,6 +71,9 @@ Please see [Incompatible API Changes](/reference_guide/api_changes_list.md) on h
`com.intellij.openapi.application.NonBlockingReadAction.finishOnUiThread` method parameter type changed from ``Consumer<T>`` to ``Consumer<? super T>``
: This may break source-compatibility with inheritors written in Kotlin.
All parameters in `com.jetbrains.python.psi.PyElementVisitor` marked `@NotNull`
: This may break source-compatibility with inheritors written in Kotlin.
## 2020.2