Commits
Dmitri Hrybenko committed bac0d84e2ab
Code completion: don't include instance variables and instance functions in code completion results inside static functions Referencing an instance function from a static function is allowed by the language, but the compiler crashes on this right now. (rdar://14432081) Swift SVN r6390