Resource _eResource = targetPlatform.eResource();
TargetPlatform _importedTargetPlatform = TargetPlatformValidator.this.indexBuilder.getImportedTargetPlatform(_eResource, it);
return Boolean.valueOf(_get.equals(_importedTargetPlatform));
}
};
final IncludeDeclaration cyclingImport = IterableExtensions.<IncludeDeclaration>findFirst(_includes, _function);
boolean _notEquals = (!Objects.equal(cyclingImport, null));
if (_notEquals) {
StringConcatenation _builder = new StringConcatenation();
_builder.append("Cycle detected in the included target platforms. Cycle is \'");
Iterable<TargetPlatform> _drop = IterableExtensions.<TargetPlatform>drop(cycle, 1);