System: Win 7 x86-64
IDE: Xamarin
Cobra: Latest (0.9.4)
- Code: Select all
class Program
def main
variable as int
streamReader = StreamReader("Something.txt")
streamReader.getType(variable,
As you can see, the getType invocation is incorrect, but the compiler completely fails to report any problem.
The only error I get is: 'Error: error: COBRA INTERNAL ERROR / NullReferenceException / Object reference not set to an instance of an object.
(Error2)'
Do I post bugs and weirdness that I find here, or is there some bugzilla-like place you guys have?
Hope this helps