blob: 80237834ac8698236ed2ca609531fbe420b75357 [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.nullable
// Generics: Generics.none
// Inheritance: Inheritance.complexDag
// IsArray: IsArray.yes
// Member: Member.constructor
// MemberGenerics: MemberGenerics.twoParams
// MemberModifier: MemberModifier.none
// MemberName: MemberName.any
// MemberNullability: MemberNullability.nullable
// MemberType: MemberType.short_
// NestedKind: NestedKind.staticClass
// ParamCount: ParamCount.one
// TopLevelKind: TopLevelKind.class_
// TopLevelModifier: TopLevelModifier.final_
public final class TestClass113 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 <@Nullable S, @Nullable V> TestClass113(short @Nullable [] p1) {}
public static class Nested {}
}