[LL API] Minor, fix documentation for 'globalLanguageVersionSettings'

This commit is contained in:
Yan Zhulanow
2023-08-29 17:56:01 +09:00
committed by Space Team
parent b96c1a644f
commit 4c3d414067
@@ -27,8 +27,7 @@ public abstract class ProjectStructureProvider {
public abstract fun getModule(element: PsiElement, contextualModule: KtModule?): KtModule
/**
* Project-global [LanguageVersionSettings]. For source modules lacking [LanguageVersionSettings]
* (such as [KtNotUnderContentRootModule]), the default settings apply.
* Project-global [LanguageVersionSettings] for source modules lacking explicit settings (such as [KtNotUnderContentRootModule]).
*/
public open val globalLanguageVersionSettings: LanguageVersionSettings
get() = LanguageVersionSettingsImpl.DEFAULT