summaryrefslogtreecommitdiff
path: root/tests/functional/c/consider/consider_using_in.txt
blob: 72c8e389d2fc4d8490503cc733978720ec27b1e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
consider-using-in:10:0::"Consider merging these comparisons with ""in"" to 'value in (1,)'"
consider-using-in:11:0::"Consider merging these comparisons with ""in"" to 'value in (1, 2)'"
consider-using-in:12:0::"Consider merging these comparisons with ""in"" to ""value in ('value',)"""
consider-using-in:13:0::"Consider merging these comparisons with ""in"" to 'value in (1, undef_value)'"
consider-using-in:14:0::"Consider merging these comparisons with ""in"" to 'value in (1, 2, 3)'"
consider-using-in:15:0::"Consider merging these comparisons with ""in"" to ""value in ('2', 1)"""
consider-using-in:16:0::"Consider merging these comparisons with ""in"" to 'value in (1, 2)'"
consider-using-in:17:0::"Consider merging these comparisons with ""in"" to 'value in (1, 2)'"
consider-using-in:18:0::"Consider merging these comparisons with ""in"" to 'value in (1, a_list)'"
consider-using-in:19:0::"Consider merging these comparisons with ""in"" to 'value in (a_set, a_list, a_str)'"
consider-using-in:20:0::"Consider merging these comparisons with ""in"" to 'value not in (1, 2)'"
consider-using-in:21:0::"Consider merging these comparisons with ""in"" to 'value1 in (value2,)'"
consider-using-in:22:0::"Consider merging these comparisons with ""in"" to 'a_list in ([1, 2, 3], [])'"
consider-using-in:53:0::"Consider merging these comparisons with ""in"" to 'A.value in (1, 2)'"