(chunks: SourceChunk[])
| 852 | } |
| 853 | |
| 854 | protected joinChunksWithComma(chunks: SourceChunk[]): SourceChunk[] { |
| 855 | return intersperse(chunks, ", "); |
| 856 | } |
| 857 | |
| 858 | /** |
| 859 | * Returns true if the expression list (table field or parameters) should be printed on one line. |
no test coverage detected