blob: 156e2a5fb233bd4a5420e32fbd1f0ffc2ffb8d90 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2012, 2015 Willink Transformations and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* E.D.Willink - Initial API and implementation
*
* This file provides additional validation constraints for use of OCL embedded in Ecore.
*******************************************************************************/
import ecore : 'EcoreTestFile.ecore'
package Bad
context BadClass
inv UncachedDerivedIsNull('Wanted null'): uncachedDerived = null
endpackage