8 lines
107 B
Kotlin
8 lines
107 B
Kotlin
fun foo(p: String?) {}
|
|
|
|
fun bar() {
|
|
foo(<caret>)
|
|
}
|
|
|
|
// EXIST: { itemText: "null", attributes: "bold" }
|