1. 04 8月, 2015 1 次提交
    • D
      Fix VB TypeInferrer after ArgumentList · 198b167b
      David Poeschl 提交于
      Fixes #3518
      
      When trying to figure out which Argument of an ArgumentList was being
      inferred, we found the index and then returned "(index + 1) \ 2" without
      checking if the index was out of bounds. When the index is out of bounds
      its value is -1, so the above expression results in an index of 0, and
      the rest of the system continues as though we're really trying to infer
      the type of the first Argument (but really, the token we've passed is
      the close paren for the entire invocation).
      198b167b
  2. 31 7月, 2015 1 次提交
  3. 30 7月, 2015 31 次提交
  4. 29 7月, 2015 7 次提交