"Redundant suspend modifier": fix false negative with only recursive call
#KT-35829 Fixed
This commit is contained in:
committed by
Ilya Kirillov
parent
e3871a9961
commit
1f6b7dd88d
@@ -0,0 +1,3 @@
|
||||
<caret>suspend fun foo() {
|
||||
foo()
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
fun foo() {
|
||||
foo()
|
||||
}
|
||||
Reference in New Issue
Block a user