Wiki

Ticket #138 (closed enhancement: fixed)

Opened 16 years ago

Last modified 14 years ago

Cannot infer the type of a "ref .someMethod"

Reported by: Chuck Owned by: hopscc
Priority: minor Milestone:
Component: Cobra Compiler Version: 0.8.0
Keywords: type inference Cc:

Description

In this code:

x = ref .someMethod

Cobra will complain that it cannot infer the type.

At the very least, Cobra should pick up any matching sig types from the current type, namespace and use directives.

Perhaps it should also generate one, if no compatible one is available.

Change History

Changed 14 years ago by hopscc

  • owner set to hopscc
  • status changed from new to assigned

Working on this ( also ticket:39 and ticket:140)

Changed 14 years ago by hopscc

  • status changed from assigned to closed
  • resolution set to fixed

coalesce as dup of ticket:39

Note: See TracTickets for help on using tickets.