Dart/testData/surroundWith/DoWhile1.after.dart (5 lines of code) (raw):

main() { do { var i = 0; } while (<caret>); }