blob: b84bac2d217d83389b8c5aca71b184a92677cdc4 [file] [log] [blame]
# Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE.md file.
main.dart.patch: |
// Test that our diagnostics handler doesn't crash
main() {
<<<< []
==== []
// This is a long comment to guarantee that we have a position beyond the end
// of the first version of this file.
NoSuchClass c = null; // Provoke a warning to exercise the diagnostic handler.
>>>>
}