CASC-Lang / Yakou

An experimental JVM Language inspired by Rust.
38 stars 2 forks source link

Support inheritance (interface, (abstract) class) #14

Closed ChAoSUnItY closed 2 years ago

ChAoSUnItY commented 3 years ago
class Human : Animal(), Swimmable {

}
ChAoSUnItY commented 2 years ago

Close due to outdated language spec, will open another issue for this