| // Copyright (c) 2018 the R8 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. |
| public class Assumevalues { |
| public static int field = 0; |
| public static int field2 = 2; |
| public static int field3 = 2; |
| public static void main(String[] args) { |
| System.out.println("NOPE1"); |
| System.out.println("NOPE2"); |
| System.out.println("NOPE3"); |
| System.out.println("YUP1"); |
| System.out.println("NOPE4"); |
| System.out.println("NOPE5"); |
| System.out.println("NOPE6"); |
| System.out.println("NOPE7"); |
| System.out.println("YUP2"); |
| System.out.println("YUP3"); |
| System.out.println("OK"); |