blob: 95a404f27271466f4fff02b1bfc62778fe9dac74 [file] [log] [blame]
/**
* Start.
* Plain quote: 'quoted'
* KT-13818: {@code 'quoted'}
* KT-14736: {@code `code quoted`}
* Code: {@code someCode()}
* Operators: {@code a > b}
* String: {@code str = "String"}
* Generic: {@code List<T>}
* End.
*/
public class Quote {}