You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trimmed version: bug.2118trimmed3.zip
In order to trigger a crash, uncomment code inside ClassInstanceWrapper<T>.
Note: crash only happens when mixins are defined in extension and when ClassInstanceWrapper<T> has at least empty extension.
namespacebug2118trimmed4;usingSystem;// Uncomment this to trigger a crash//extension Foo<T> {}classFoo<T>whereT:class{staticvoidTest(){Helper.Pop!<int>();}}classHelper{}extensionHelper{staticpublicmixinPop<T>(){Pop<int>()}staticpublicTPop<T>()whereT:var,struct,INumeric{returndefault;}}
This is another crash I found in the LuaTinker project.
To reproduce:
extension ClassInstanceWrapper<T>
, add:Tested with: 439ae8d
The text was updated successfully, but these errors were encountered: