mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 08:31:28 +00:00
15 lines
395 B
Kotlin
Vendored
15 lines
395 B
Kotlin
Vendored
/**
|
|
* Code block:
|
|
* ``` kotlin
|
|
* A<T>
|
|
* ```
|
|
* Code span:
|
|
* `<T>` is type parameter
|
|
*/
|
|
class <caret>A<T>
|
|
|
|
//INFO: <pre><b>public</b> <b>final</b> <b>class</b> A<T> <i>defined in</i> root package <i>in file</i> EscapeHtmlInsideCodeBlocks.kt</pre><p>Code block:</p>
|
|
//INFO: <pre><code>
|
|
//INFO: A<T>
|
|
//INFO: </code></pre><p>Code span: <code><T></code> is type parameter</p>
|