9 lines
342 B
Kotlin
Vendored
9 lines
342 B
Kotlin
Vendored
import lib.*;
|
|
|
|
fun foo(j: JavaInterface<String>) {
|
|
j.<caret>
|
|
}
|
|
|
|
// EXIST: { lookupString: "execute", itemText: "execute", tailText: "(Task<String!>!, K!)", typeText: "String!", attributes: "bold" }
|
|
// EXIST: { lookupString: "execute", itemText: "execute", tailText: "(((String!) -> Unit)!, K!)", typeText: "String!", attributes: "bold" }
|