Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 09a96839d1e5b2e4f30441db14e7aa4b401ae93d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* XPECT eNamedElement ---
	EPackage {
		name = 'foo'
		nsURI = 'foo'
		nsPrefix = 'foo'
		eFactoryInstance -> EFactory #//
		eClassifiers = [ 
			EClass {
				name = 'Bar'
			}
		]
	}
---
*/

package foo

class Bar {}

Back to the top