larryxiao

Results 3 issues of larryxiao

Last Exception ``` An error occurred running `travis setup --org`: RuntimeError: Validation Failed from /Library/Ruby/Gems/2.0.0/gems/travis-1.8.2/lib/travis/tools/github.rb:216:in `rescue in basic_auth' from /Library/Ruby/Gems/2.0.0/gems/travis-1.8.2/lib/travis/tools/github.rb:208:in`basic_auth' from /Library/Ruby/Gems/2.0.0/gems/travis-1.8.2/lib/travis/tools/github.rb:221:in `login' from /Library/Ruby/Gems/2.0.0/gems/travis-1.8.2/lib/travis/tools/github.rb:80:in`possible_tokens' from /Library/Ruby/Gems/2.0.0/gems/travis-1.8.2/lib/travis/tools/github.rb:49:in `each_token' from /Library/Ruby/Gems/2.0.0/gems/travis-1.8.2/lib/travis/tools/github.rb:36:in`with_token'...

Fixes [KT-65343](https://youtrack.jetbrains.com/issue/KT-65343/Source-parameter-is-lost-when-copying-with-DeepCopyIrTreeWithSymbols) Fixes when using DeepCopyIrTreeWithSymbols as class transformer to transform the IrClass, the source element of IrClass will be set to SourceElement.NO_SOURCE after the transform

Backend

[^KT-56197](https://youtrack.jetbrains.com/issue/KT-56197/If-use-classpathSnaptshot-the-invoke-place-of-subclasss-super-function-who-has-default-parameters-will-not-recompiled-if-it-is) If classpathSnapshot is enable, if subclass's supertype's function which has default parameters has changed, it will not regenerate the subclass's invoke place which has invoked the function