10 lines
155 B
Kotlin
10 lines
155 B
Kotlin
package testing
|
|
|
|
// Should show java names by short name
|
|
class Hello() {
|
|
fun test() {
|
|
val a : S<caret>
|
|
}
|
|
}
|
|
|
|
// EXIST: SortedMap, Short, Socket |