Specify default value for irBackend

This commit is contained in:
Mikhael Bogdanov
2019-03-05 11:01:59 +01:00
parent a3c3282362
commit cc0c3b1592
6 changed files with 7 additions and 12 deletions
@@ -49,8 +49,7 @@ class IdeaKotlinUastResolveProviderService : KotlinUastResolveProviderService {
return KotlinTypeMapper(
getBindingContext(element), ClassBuilderMode.LIGHT_CLASSES,
IncompatibleClassTracker.DoNothing, JvmAbi.DEFAULT_MODULE_NAME, JvmTarget.DEFAULT,
element.languageVersionSettings,
false
element.languageVersionSettings
)
}