Misc: Update keyword completion test data
It reflects top-level lateinit variables available since 1.2
This commit is contained in:
+1
@@ -46,6 +46,7 @@ class KotlinProjectDescriptorWithFacet(
|
||||
|
||||
companion object {
|
||||
val KOTLIN_10 = KotlinProjectDescriptorWithFacet(LanguageVersion.KOTLIN_1_0)
|
||||
val KOTLIN_11 = KotlinProjectDescriptorWithFacet(LanguageVersion.KOTLIN_1_1)
|
||||
val KOTLIN_STABLE_WITH_MULTIPLATFORM = KotlinProjectDescriptorWithFacet(LanguageVersion.LATEST_STABLE, multiPlatform = true)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user