941439957a
Change-Id: Ic0abaf769d3ac19db1de237486b3e286cda0cb4c Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/279302 Reviewed-by: Mayank Patke <fishythefish@google.com>
8 lines
263 B
Dart
8 lines
263 B
Dart
// 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 file.
|
|
|
|
class Class {
|
|
method() => 'Class.method';
|
|
}
|