kevoree-modeling / framework

The Kevoree Modeling Framework
http://modeling.kevoree.org
GNU General Public License v3.0
42 stars 6 forks source link

KMF .mm language allow to extends undeclared class #25

Open maxleiko opened 8 years ago

maxleiko commented 8 years ago
class foo.Sample extends foo.NothingThere {
    att name: String
}

Will create both Sample and NothingThere. This is pretty nasty. You expect an error to occur in such cases if NothingThere is not declared.