(plpgsqllex plpgsqlLexer, feature string)
| 33 | } |
| 34 | |
| 35 | func unimplemented(plpgsqllex plpgsqlLexer, feature string) int { |
| 36 | plpgsqllex.(*lexer).Unimplemented(feature) |
| 37 | return 1 |
| 38 | } |
| 39 | |
| 40 | var _ scanner.ScanSymType = &plpgsqlSymType{} |
| 41 |
no test coverage detected
searching dependent graphs…