Roger

Results 1 issues of Roger

testClass.x could not be evaluated ![263c8559](https://user-images.githubusercontent.com/847782/62777790-2d1a7180-bab7-11e9-9df3-6ae2d8043f64.jpg) ```haxe package; import flash.display.Sprite; class Main extends Sprite { public function new() { super(); var testClass: TestClass = new TestClass(); testClass.x = 20; trace(testClass.x);...