Query
Saturday 18 July 2020
2020-07-18 12:05:24 (3 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/pike_types.cmod (+143/-0)(143 lines)
- pike/src/svalue.h (+4/-0)(4 lines)
branch: master
Compiler [Typechecker]: Added operator find_lfun.
This operator returns the type for the specified lfun in
the first argument. Typical intended use is for type-
checking of operators.
Fixes some of#10048 .
Bugs mentioned
![]() | CLOSED | Extend type-checker to use lfun types when checking efun calls with objects. |