rspec/rules/S2148/compliant.adoc

7 lines
133 B
Plaintext
Raw Normal View History

2020-06-30 12:48:07 +02:00
== Compliant Solution
----
int i = 10_000_000;
int j = 0b01101001_01001101_11100101_01011110;
long l = 0x7fff_ffff_ffff_ffffL;
----