User:Colby Russell/Mixins and multiple inheritance: Difference between revisions

m
formatting
(Created page with "Modular Smalltalk was conceived with multiple inheritance in mind, and I've logged somewhere on the wiki already the disparity, therefore, between Modular Smalltalk and triple...")
 
m (formatting)
 
Line 4:
 
import { FooTrait } from "./FooTrait.xxx"
 
export
class Bar {
Line 15:
 
/// import { FooTrait } from "./FooTrait.xxx"
 
/// export
class Bar {
Line 28:
 
/// import { FooTrait } from "./FooTrait.xxx"
 
/// export
class Bar {
Line 41:
 
/// import { FooTrait } from "./FooTrait.xxx"
 
/// export
class Bar {
Line 52:
 
/// import { FooTrait } from "./FooTrait.xxx"
 
/// export
class Bar {
Line 66:
 
import { FooTrait } from "./FooTrait.xxx"
 
export
class Bar {