Skip to content

Instantly share code, notes, and snippets.

@hery
Created October 28, 2014 16:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hery/986e2d624229b4781742 to your computer and use it in GitHub Desktop.
Save hery/986e2d624229b4781742 to your computer and use it in GitHub Desktop.
SourceKitService Bug
let intArray = [
[0xff2929, 0x00bdd1],
[0x00ea00, 0xff4fff],
[0x00bdd1, 0xbd10e0],
[0x00ea00, 0x00bdd1],
[0xbd10e0, 0xff2929],
[0xff4fff, 0x00bdd1],
[0x00bdd1, 0x00ea00],
[0xff2929, 0x00ea00],
[0x00bdd1, 0xff2929],
[0xbd10e0, 0x00ea00],
[0x00bdd1, 0xff4fff],
[0x00ea00, 0xbd10e0],
[0xff4fff, 0x00ea00],
[0xbd10e0, 0x00bdd1]
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment