[go] add information about missing GoSdkChooserCombo#getSdk (#414)

This commit is contained in:
Artem Khvastunov 2021-06-16 11:32:04 +02:00 committed by GitHub
parent 696b7315b6
commit 2525548bd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -193,3 +193,8 @@ Rename of packages to `.java.` specific variants
`org.jetbrains.kotlin.idea.refactoring.changeSignature.KotlinChangeInfo(KotlinMethodDescriptor, String, KotlinTypeInfo, Visibility, List, KotlinParameterInfo, PsiElement, Collection)` constructor parameter type changed from `org.jetbrains.kotlin.descriptors.Visibility` to `org.jetbrains.kotlin.descriptors.DescriptorVisibility`
: `Visibility` has been renamed to `DescriptorVisibility`.
### Go Plugin 2021.1
`com.goide.sdk.combobox.GoSdkChooserCombo.getSdk` method moved to the superclass
: Recompile the dependant code.