blob: 736818c89cf1327eaf42473dab48067412fd955f [file] [log] [blame]
// Copyright (c) 2015, 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.
import 'regress_25246_3.dart';
class MixIn {
var test3 = new Test3(() {});
void test() {
test3.test();
}
}