Redundant suspend modifier: do not report when the function has 'actual' modifier
#KT-37746 Fixed
This commit is contained in:
committed by
klunnii
parent
188bcf0e7b
commit
08588001be
@@ -0,0 +1,6 @@
|
||||
// PROBLEM: none
|
||||
// DISABLE-ERRORS
|
||||
expect suspend fun a()
|
||||
|
||||
actual <caret>suspend fun a() {
|
||||
}
|
||||
Reference in New Issue
Block a user