PageRenderTime 39ms CodeModel.GetById 17ms RepoModel.GetById 1ms app.codeStats 0ms

/trunk/Examples/test-suite/go/director_frob_runme.go

#
Go | 12 lines | 9 code | 3 blank | 0 comment | 2 complexity | ad5910fed56e219368d56e126b06cef3 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. package main
  2. import . "./director_frob"
  3. func main() {
  4. foo := NewBravo()
  5. s := foo.Abs_method()
  6. if s != "Bravo::abs_method()" {
  7. panic(s)
  8. }
  9. }