s/binary/number/g

This commit is contained in:
Fábio Santos 2015-08-17 16:23:43 +01:00 committed by Burak Can
parent ebd0682376
commit 046e303669

View File

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