blob: 41ef715e4a1706790577d583b14987299365b67b [file] [log] [blame]
// Copyright (c) 2021, 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.
var simpleIdentifier = f<a, b>;
var method = f().m<a, b>;
var prefixedIdentifier = prefix.f<a, b>;
var three_identifiers = prefix.ClassName.m<a, b>;