mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 15:53:40 +00:00
9 lines
601 B
Kotlin
Vendored
9 lines
601 B
Kotlin
Vendored
fun testing() {
|
|
<caret>SomeClass<List<String>>()
|
|
}
|
|
|
|
//INFO: <html><head> <style type="text/css"> #error { background-color: #eeeeee; margin-bottom: 10px; } p { margin: 5px 0; } </style></head><body><PRE>public class <b>SomeClass</b><T extends <a href="psi_element://java.util.List"><code>List</code></a>>
|
|
//INFO: extends <a href="psi_element://java.lang.Object"><code>Object</code></a></PRE>
|
|
//INFO: Some Java Class
|
|
//INFO: <DD><DL><DT><b>Type parameters:</b><DD><code><T></code> - </DD></DL></DD></body></html>
|