Skip to content

Instantly share code, notes, and snippets.

@erokhins
Created July 2, 2013 08:24
Show Gist options
  • Save erokhins/5907616 to your computer and use it in GitHub Desktop.
Save erokhins/5907616 to your computer and use it in GitHub Desktop.
trait A {
var foo: Int
}
var A.foo = 4
class B: A // no impl foo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment