1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-12-18 08:51:46 +03:00
kakoune/test/indent/rust/dedent-async/out
2021-02-17 01:17:17 +08:00

12 lines
106 B
Plaintext

foo()
.await
bar
foo().await
bar
foo()
.await?
bar