_builder.append("\t");
_builder.append("my.iu;version=\"12\"");
_builder.newLine();
_builder.append("}");
_builder.newLine();
final TargetPlatform targetPlatform = this.parser.parse(_builder);
Resource _eResource = targetPlatform.eResource();
EList<Resource.Diagnostic> _errors = _eResource.getErrors();
boolean _isEmpty = _errors.isEmpty();
Assert.assertTrue(_isEmpty);
TargetPlatformValidator _validator = tester.validator();
EList<Location> _locations = targetPlatform.getLocations();
Location _head = IterableExtensions.<Location>head(_locations);
EList<IU> _ius = _head.getIus();
IU _head_1 = IterableExtensions.<IU>head(_ius);
_validator.deprecateIUVersionRangeWihString(_head_1);
AssertableDiagnostics _diagnose = tester.diagnose();