Reserve "async* {}", extend the quick-fix
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// "Migrate unsupported async syntax" "true"
|
||||
object async {
|
||||
operator fun times(f: () -> Unit) = f()
|
||||
}
|
||||
|
||||
fun test() {
|
||||
asy<caret>nc* { }
|
||||
}
|
||||
Reference in New Issue
Block a user