``` private class Something { public var xxx: Int; } class SomeSystem extends System { var someView = new View<Something>(); ... } ``` Results in ```Type not found : Something``` in the ```someView = new View<>``` line.
Results in
Type not found : Somethingin thesomeView = new View<>line.