Home | History | Annotate | Download | only in 074-dex-form35c-edge-case
      1 /*
      2  * Copyright (C) 2007 The Android Open Source Project
      3  *
      4  * Licensed under the Apache License, Version 2.0 (the "License");
      5  * you may not use this file except in compliance with the License.
      6  * You may obtain a copy of the License at
      7  *
      8  *      http://www.apache.org/licenses/LICENSE-2.0
      9  *
     10  * Unless required by applicable law or agreed to in writing, software
     11  * distributed under the License is distributed on an "AS IS" BASIS,
     12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     13  * See the License for the specific language governing permissions and
     14  * limitations under the License.
     15  */
     16 
     17 public class Blort
     18 {
     19     public void test()
     20     {
     21         int i1 = 0;
     22         int i2 = 0;
     23         int i3 = 0;
     24         int i4 = 0;
     25         int i5 = 0;
     26         int i6 = 0;
     27         int i7 = 0;
     28         int i8 = 0;
     29         int i9 = 0;
     30         int i10 = 0;
     31         int i11 = 0;
     32         int i12 = 0;
     33         int i13 = 0;
     34 
     35         blort(0);
     36     }
     37 
     38     public void blort(long x) {
     39         // blank
     40     }
     41 }
     42