[FE] Change message for sealed interfaces with language target < 1.5

This commit is contained in:
Dmitriy Novozhilov
2021-02-16 12:43:25 +03:00
parent 8521d844e2
commit cdf7de5524
3 changed files with 3 additions and 3 deletions
@@ -2,4 +2,4 @@
// !LANGUAGE: -SealedInterfaces
// !DIAGNOSTICS: -UNUSED_VARIABLE
<!WRONG_MODIFIER_TARGET!>sealed<!> interface Base
<!UNSUPPORTED_FEATURE!>sealed<!> interface Base