NativeScript / ios-jsc

NativeScript for iOS using JavaScriptCore
http://docs.nativescript.org/runtimes/ios
Apache License 2.0
298 stars 59 forks source link

fix(runtime): Do not hide property with more accessors #1226

Closed mbektchiev closed 4 years ago

mbektchiev commented 4 years ago

A property can be defined from both a protocol and a base class. Currently, the protocol definition takes precedence but there are cases in which the other way around is correct.

PR Checklist

refs #1223