tylasu
tylasu copied to clipboard
Report invalid mappings
class SomeNode extends Node {
@Mapped("doesntExist")
someProperty: Node;
}
The above doesn't report any error or warning.