s/binary/number/g

This commit is contained in:
Fábio Santos
2015-08-17 16:23:43 +01:00
parent a8f8aa518b
commit 36420183fd

View File

@@ -97,7 +97,7 @@ destructuring_arguments: {
} }
} }
binary_literals: { number_literals: {
input: { input: {
0b1001; 0b1001;
0B1001; 0B1001;