Wiki

Ticket #248 (closed defect: fixed)

Opened 14 years ago

Last modified 14 years ago

COBRA INTERNAL ERROR with invariant

Reported by: nevdelap Owned by:
Priority: minor Milestone:
Component: Cobra Compiler Version: 0.8.0
Keywords: Cc:

Description

Compiles...

class A

	def _m as bool
		return true

	invariant
		_m == true

class P

	def main is shared
		pass

Doesn't...

class A

	def _m as bool
		return true

	invariant
		_m

class P

	def main is shared
		pass

error: COBRA INTERNAL ERROR / NullReferenceException? / Object reference not set to an instance of an object

Change History

Changed 14 years ago by Chuck

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

Fixed in changeset:2419. Thanks for the report.

Note: See TracTickets for help on using tickets.