[FIR] Require overrides to have matching isSuspend flag value
^KT-57100 Fixed
This commit is contained in:
committed by
Space Team
parent
4e58715760
commit
2e7dcd6096
@@ -11,5 +11,5 @@ interface C07I02{
|
||||
}
|
||||
|
||||
class C07C01: C07I01, C07I02 {
|
||||
override fun some() {}
|
||||
<!CONFLICTING_OVERLOADS!>override fun some()<!> {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user