Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
nj2k
/
testData
/
newJ2k
/
docComments
/
quoted.kt
blob: b75cf8675552a17d57e3bcab19e4234c1122ba37 [
file
] [
log
] [
blame
]
/**
* 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