Fixup for "JvmCommonIntentionActionsFactory in Kotlin"
'forLanguage' now returns explicitly nullable type.
This commit is contained in:
committed by
Nikolay Krasko
parent
0694f2d0c5
commit
08673bfb0c
@@ -92,7 +92,7 @@ class CommonModificationsTest : LightPlatformCodeInsightFixtureTestCase() {
|
||||
}
|
||||
|
||||
private val codeModifications: JvmCommonIntentionActionsFactory
|
||||
get() = JvmCommonIntentionActionsFactory.forLanguage(Language.findLanguageByID("kotlin")!!)
|
||||
get() = JvmCommonIntentionActionsFactory.forLanguage(Language.findLanguageByID("kotlin")!!)!!
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user