• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1.class public LDuplicateStaticInstanceFields;
2.super Ljava/lang/Object;
3
4
5# static fields
6.field public static blah:I
7
8# duplicate field ignored
9# .field public static blah:I
10
11
12# instance fields
13.field public alah:I
14
15# There is both a static and instance field with this signature.
16# You will need to rename one of these fields, including all references.
17.field public blah:I
18
19# duplicate field ignored
20# .field public blah:I
21
22.field public clah:I
23