Interface resolution when part of generics #1348.

This commit is contained in:
Christoffer Lerno
2024-08-12 10:25:53 +02:00
parent baf6e71a80
commit 9aab962ebc
2 changed files with 9 additions and 2 deletions

View File

@@ -66,6 +66,7 @@
- Recursively follow interfaces when looking up method.
- Int128 alignment change in LLVM fixed on x64.
- Fix interface lazy resolution errors.
- Interface resolution when part of generics #1348.
### Stdlib changes