mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-29 17:57:53 +08:00
api_changes_list_2020.md: group Python
This commit is contained in:
parent
daae94948f
commit
06fabf70d5
@ -125,6 +125,9 @@ Java code migrated to use `TYPE_USE` nullability annotations
|
||||
`com.intellij.navigation.ChooseByNameContributorEx.processElementsWithName` method parameter type changed from `Processor<NavigationItem>` to ``Processor<? extends NavigationItem>``
|
||||
: This may break source-compatibility with inheritors written in Kotlin.
|
||||
|
||||
|
||||
## Changes in Python plugin 2020.1
|
||||
|
||||
`com.jetbrains.python.psi.PyCallExpression.PyMarkedCallee` class removed
|
||||
: Use `com.jetbrains.python.psi.types.PyCallableType` instead.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user