[FIR] Report UNSUPPORTED_SEALED_FUN_INTERFACE

^KT-59957 Fixed
This commit is contained in:
Nikolay Lunyak
2023-08-07 12:25:36 +03:00
committed by Space Team
parent 8be98da1d3
commit b7d1298f20
10 changed files with 47 additions and 15 deletions
@@ -1,3 +1,4 @@
// FIR_IDENTICAL
<!UNSUPPORTED_SEALED_FUN_INTERFACE!>sealed<!> fun interface A { // error
fun foo()
}