github.com/insionng/yougam@v0.0.0-20170714101924-2bc18d833463/libraries/golang/lint/testdata/broken.go (about)

     1  // Test of code that is malformed, but accepted by go/parser.
     2  // See https://yougam/libraries/issue/11271 for discussion.
     3  // OK
     4  
     5  // Package pkg ...
     6  package pkg
     7  
     8  // Foo is a method with a missing receiver.
     9  func () Foo() {}