Files
kotlin-fork/j2k/testData/fileOrElement/docComments/quoted.kt
T
2017-01-10 16:20:58 +03:00

12 lines
213 B
Kotlin
Vendored

/**
* Start.
* Plain quote: 'quoted'
* KT-13818: `'quoted'`
* KT-14736: `` `code quoted` ``
* Code: `someCode()`
* Operators: `a > b`
* String: `str = "String"`
* Generic: `List<T>`
* End.
*/
class Quote