347c6e100b
#KT-14736 fixed
12 lines
213 B
Kotlin
Vendored
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 |