| // Copyright 2022 The Chromium Authors | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| // clang-format off | |
| console.warn('This is a warning on the first line'); console.error('This is an error on the first line'); | |
| console.error('This is an error on the next line'); |