Add the following code into the standard watch app template directly after the import lines:
class Test {
var hasMaps = (WatchUi has :MapView);
}
var g = new Test();
When running on a Venu3 in the sim, this crashes:
Error: Circular Dependency...