File: mixins.dart.faceup

package info (click to toggle)
emacs-dart-mode 1.0.7%2Bgit20250811.edb45cb-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 656 kB
  • sloc: lisp: 613; makefile: 29
file content (10 lines) | stat: -rw-r--r-- 289 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
«k:class» «t:Piloted» {
  «t:int» «v:astronauts» = «c:1»;
  «t:void» «f:describeCrew»() {
    print(«s:'Number of astronauts: »«v:$astronauts»«s:'»);
  }
}

«k:class» «t:PilotedCraft» «k:extends» «t:Spacecraft» «k:with» «t:Piloted» {
  «m:// »«x:...
»}