summaryrefslogtreecommitdiff
path: root/gn/tools/gn/format_test_data/059.golden
blob: 423e88882e13da453270432219e8bbea0397e873 (plain)
1
2
3
4
5
6
7
8
9
10
11
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)) {
}