8 lines
193 B
Kotlin
Vendored
8 lines
193 B
Kotlin
Vendored
fun foo(@Suppress("UNCHECKED_CAST") p: () -> Unit){}
|
|
|
|
fun bar() {
|
|
<caret>
|
|
}
|
|
|
|
// EXIST: { lookupString:"foo", itemText: "foo", tailText: " {...} (p: () -> Unit) (<root>)", typeText:"Unit" }
|