mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
Warn about @NotNull parameters of PyElementVisitor in 2020.3 (#313)
This commit is contained in:
parent
972f25eeb6
commit
80fa5dd816
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user