[FIR] Require overrides to have matching isSuspend flag value

^KT-57100 Fixed
This commit is contained in:
Nikolay Lunyak
2023-09-20 17:00:14 +03:00
committed by Space Team
parent 4e58715760
commit 2e7dcd6096
13 changed files with 15 additions and 13 deletions
@@ -11,5 +11,5 @@ interface C07I02{
}
class C07C01: C07I01, C07I02 {
override fun some() {}
<!CONFLICTING_OVERLOADS!>override fun some()<!> {}
}