Skip to content

Instantly share code, notes, and snippets.

@cgoldsby
cgoldsby / Solution.swift
Last active September 5, 2015 11:32
MakeItCompileChallenge Challenge #4
// I really like this one
// XCode 7.0 beta 6 (7A192o)
typealias D = NonObjectiveCBase
func ~=(left: Any, right: Bool) -> BooleanType {
return true
}