blob: 92446a771106dd0973d828ef74ecc886eb1d4325 [file] [log] [blame]
@namespace(uri="http://eclipse.org/epsilon/examples/suspectlinks/tests", prefix="")
package tests;
class TestsModel {
val Test[*] tests;
}
class Test {
attr String ~id;
attr String version;
}