forked from GitHub/gf-core
introducing multiple inheritance
This commit is contained in:
@@ -0,0 +1 @@
|
||||
abstract TopCity = Top, UserCity, SystemCity ** {} ;
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1 @@
|
||||
abstract TopCity = Top, UserCity, SystemCity ** {} ;
|
||||