blob: 189e1be7987b524a0a78a3363f0a2a5344b374eb [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2012 E.D.Willink and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.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 UnchachedDerivedIsNull('Wanted null'): uncachedDerived = null
endpackage