forked from GitHub/gf-core
introducing multiple inheritance
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
abstract UserMath = User, Math ** {
|
||||
fun
|
||||
QSum : Number -> Number -> Query ;
|
||||
} ;
|
||||
|
||||
Reference in New Issue
Block a user