blob: 6877f10883e0f5eaa2ca613420a7814b867c135e [file] [log] [blame]
# Copyright (c) 2017, 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.
-assumevalues class com.example.SomeClass {
public static final boolean isTrue() return true;
public static final boolean isFalse() return false;
public static final int is1() return 1;
public static final int is2To4() return 2..4;
public static final int isField() return com.google.C.X;
}