blob: a64bba86091a1b0e271731581dfef5c22596d689 [file]
// Copyright (c) 2026, 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.
package com.example;
import java.util.*;
import org.jetbrains.annotations.Nullable;
import org.jetbrains.annotations.NotNull;
// GenericNullability: GenericNullability.nonnull
// Generics: Generics.none
// Inheritance: Inheritance.complexDag
// IsArray: IsArray.no
// Member: Member.method
// MemberGenerics: MemberGenerics.upperBound
// MemberModifier: MemberModifier.synchronized
// MemberName: MemberName.any
// MemberNullability: MemberNullability.none
// MemberType: MemberType.void_
// NestedKind: NestedKind.innerClass
// ParamCount: ParamCount.zero
// TopLevelKind: TopLevelKind.class_
// TopLevelModifier: TopLevelModifier.final_
public final class TestClass115 implements DagA, DagD, DagE {
@Override
public void aMethod() {}
@Override
public void bMethod() {}
@Override
public void cMethod() {}
@Override
public void dMethod() {}
@Override
public void eMethod() {}
public synchronized <@NotNull S extends Number> void myMethod() { }
public class Nested {}
}