KTIJ-650 [Code completion]: "sealed interface" is for 1.5+ only

This commit is contained in:
Andrei Klunnyi
2020-12-17 15:46:17 +01:00
parent 27ebb6c946
commit 3eb0745b58
22 changed files with 40 additions and 4 deletions
@@ -1,3 +1,5 @@
// COMPILER_ARGUMENTS: -XXLanguage:+SealedInterfaces -XXLanguage:+MultiPlatformProjects
interface Test {
<caret>
}