dsyme / SampleMethStaticParamProvider

The Unlicense
18 stars 6 forks source link

backward compatibility #3

Closed dmitry-a-morozov closed 9 years ago

dmitry-a-morozov commented 9 years ago

Hi, I'm not sure this is the best medium to ask this question but ... How this feature will work with VS 2012 & 2013? Will those methods with static params be ignored or it will cause compilation error?

dsyme commented 9 years ago

Hi @dmitry-a-morozov

Questions on the spec should be raised as PRs, comments or issues here: https://github.com/fsharp/FSharpLangDesign/blob/master/FSharp-4.0/StaticMethodArgumentsDesignAndSpec.md

Thanks!