naiveproxy/tools/gn/format_test_data/059.golden
2018-01-28 13:32:06 -05:00

12 lines
458 B
Plaintext

assert(type == "android_apk" || type == "java_library" ||
type == "android_resources" || (things == stuff && stuff != 432))
assert(type == "android_apk" || type == "java_library" ||
type == "android_resources",
type == "android_apk" || type == "java_library" ||
type == "android_resources")
if (type == "android_apk" || type == "java_library" ||
type == "android_resources" || (things == stuff && stuff != 432)) {
}